---
title: "imageBrowser(_:groupAt:)"
framework: objectivec
role: symbol
role_heading: Instance Method
path: "objectivec/nsobject-swift.class/imagebrowser(_:groupat:)"
---

# imageBrowser(_:groupAt:)

Returns the group at the specified index.

## Declaration

```swift
func imageBrowser(_ aBrowser: IKImageBrowserView!, groupAt index: Int) -> [AnyHashable : Any]!
```

## Parameters

- `aBrowser`: An image browser view.
- `index`: The index of the group you want to retrieve.

## Return Value

Return Value A dictionary that defines the group. The keys in this dictionary can be any of the following constants: IKImageBrowserGroupStyleKey, IKImageBrowserGroupBackgroundColorKey, IKImageBrowserGroupTitleKey, and IKImageBrowserGroupRangeKey. For more information on these constants, see IKImageBrowserView.

## Discussion

Discussion This method is optional.
