| Protocols | |
|---|---|
| From | NSCopying |
| To | NSCopying, NSSecureCoding |
| Declaration | |
|---|---|
| From | + (NSImageSymbolConfiguration *)configurationWithPointSize:(CGFloat)pointSize weight:(NSFontWeight)weight scale:(NSImageSymbolScale)scale |
| To | + (instancetype)configurationWithPointSize:(CGFloat)pointSize weight:(NSFontWeight)weight scale:(NSImageSymbolScale)scale |
| Declaration | |
|---|---|
| From | + (NSImageSymbolConfiguration *)configurationWithPointSize:(CGFloat)pointSize weight:(NSFontWeight)weight |
| To | + (instancetype)configurationWithPointSize:(CGFloat)pointSize weight:(NSFontWeight)weight |
| Declaration | |
|---|---|
| From | + (NSImageSymbolConfiguration *)configurationWithTextStyle:(NSFontTextStyle)style scale:(NSImageSymbolScale)scale |
| To | + (instancetype)configurationWithTextStyle:(NSFontTextStyle)style scale:(NSImageSymbolScale)scale |
| Declaration | |
|---|---|
| From | + (NSImageSymbolConfiguration *)configurationWithTextStyle:(NSFontTextStyle)style |
| To | + (instancetype)configurationWithTextStyle:(NSFontTextStyle)style |
| Declaration | |
|---|---|
| From | + (NSImageSymbolConfiguration *)configurationWithScale:(NSImageSymbolScale)scale |
| To | + (instancetype)configurationWithScale:(NSImageSymbolScale)scale |
| Declaration | |
|---|---|
| From | - (id<NSTextLocation>)enumerateTextElementsFromLocation:(id<NSTextLocation>)textLocation options:(NSTextElementProviderEnumerationOptions)options usingBlock:(BOOL (^)(NSTextElement * _Nonnull))block |
| To | - (id<NSTextLocation>)enumerateTextElementsFromLocation:(id<NSTextLocation>)textLocation options:(NSTextContentManagerEnumerationOptions)options usingBlock:(BOOL (^)(NSTextElement * _Nonnull))block |
| Optional | |
|---|---|
| From | Required |
| To | Optional |
| Optional | |
|---|---|
| From | Required |
| To | Optional |
| Declaration | |
|---|---|
| From | @property (readonly, copy) NSAttributedString *attributedString |
| To | @property (readonly, strong) NSAttributedString *attributedString |
| Declaration | |
|---|---|
| From | @property (readonly, copy) NSAttributedString *attributedString |
| To | @property (readonly, strong) NSAttributedString *attributedString |
| Declaration | |
|---|---|
| From | - (NSWritingDirection)baseWritingDirectionAtLocation:(id<NSTextLocation>)location |
| To | - (NSTextSelectionNavigationWritingDirection)baseWritingDirectionAtLocation:(id<NSTextLocation>)location |