MMKSpannableString
@interface MMKSpannableString : NSObject |
A string that supports spans in it.
Summary
Class methods
+ (nonnull MMKSpannableString *)spannableStringWithText:(nonnull NSString *)text |
Properties
@property (nonatomic, readonly, nonnull) NSString *text; |
@property (nonatomic, readonly, nonnull) |
Class methods
spannableStringWithText:spans:
+ (nonnull MMKSpannableString *)spannableStringWithText:(nonnull NSString *)text |
Properties
text
@property (nonatomic, readonly, nonnull) NSString *text; |
The text of the spannable string.
spans
@property (nonatomic, readonly, nonnull) |
The spans in stored text.