NSAttributedStringFormatting extension
NSAttributedStringFormatting
Methods
-
initWithFormat(
NSAttributedString format, {required int options, NSLocale? locale}) → NSAttributedString -
Available on NSAttributedString, provided by the NSAttributedStringFormatting extension
initWithFormat:options:locale: -
initWithFormat$1(
NSAttributedString format, {required int options, NSLocale? locale, required NSDictionary context}) → NSAttributedString -
Available on NSAttributedString, provided by the NSAttributedStringFormatting extension
initWithFormat:options:locale:context:
Static Methods
-
localizedAttributedStringWithFormat(
NSAttributedString format) → NSAttributedString -
Available on NSAttributedString, provided by the NSAttributedStringFormatting extension
localizedAttributedStringWithFormat: -
localizedAttributedStringWithFormat$1(
NSAttributedString format, {required NSDictionary context}) → NSAttributedString -
Available on NSAttributedString, provided by the NSAttributedStringFormatting extension
localizedAttributedStringWithFormat:context: -
localizedAttributedStringWithFormat$2(
NSAttributedString format, {required int options}) → NSAttributedString -
Available on NSAttributedString, provided by the NSAttributedStringFormatting extension
localizedAttributedStringWithFormat:options: -
localizedAttributedStringWithFormat$3(
NSAttributedString format, {required int options, required NSDictionary context}) → NSAttributedString -
Available on NSAttributedString, provided by the NSAttributedStringFormatting extension
localizedAttributedStringWithFormat:options:context: