A Boolean value indicating whether the representative item is being displayed in place of the group’s items.
SDKs
- iOS 9.0+
- Mac Catalyst 13.0+
- tvOS 9.0+
Framework
- UIKit
Declaration
var isDisplayingRepresentativeItem: Bool { get }
Discussion
The value of this property is true
when the representative item is being displayed in the shortcuts bar. The value is false
when the individual bar button items are being displayed in the shortcuts bar.