isDisplayingRepresentativeItem property
bool
get
isDisplayingRepresentativeItem
Returns YES if the representativeItem of this group is currently being displayed, rather than its barButtonItems.
Implementation
bool get isDisplayingRepresentativeItem {
objc.checkOsVersionInternal('UIBarButtonItemGroup.isDisplayingRepresentativeItem', iOS: (false, (9, 0, 0)));
return _objc_msgSend_91o635(object$.ref.pointer, _sel_isDisplayingRepresentativeItem);
}