The text to be rendered by the receiver.
SDKs
- iOS 3.2+
- macOS 10.5+
- tvOS 9.0+
Framework
- Core Animation
Declaration
@property(copy) id string;
Discussion
The text must be an instance of NSString
or NSAttributed
. Defaults to nil
.
The text to be rendered by the receiver.
SDKs
Framework
@property(copy) id string;
The text must be an instance of NSString
or NSAttributed
. Defaults to nil
.