func numberOfGroups (inImageBrowser : IKImageBrowserView!) -> Int
Returns the number of groups in an image browser view.
Availability
Technology
func imageBrowser(_ aBrowser: IKImageBrowserView
!,
groupAt index: Int
) -> [AnyHashable
: Any]!
aBrowser
An image browser view.
index
The index of the group you want to retrieve.
A dictionary that defines the group. The keys in this dictionary can be any of the following constants: IKImage
, IKImage
, IKImage
, and IKImage
. For more information on these constants, see IKImage
.
This method is optional.
func numberOfGroups (inImageBrowser : IKImageBrowserView!) -> Int