A Boolean value that indicates whether the configuration item’s value is ready for display.
SDKs
- iOS 8.0+
- Mac Catalyst 13.0+
Framework
- Social
Declaration
@property(nonatomic, assign) BOOL valuePending;
Discussion
Set this property to YES
if a progress indicator should be displayed, to show users that a configuration item’s value is about to display. The default value of this property is NO
.