Class NSListFormatter

All Implemented Interfaces:
NSCoding, NSObjectProtocol, ObjCProtocol

public class NSListFormatter
extends NSFormatter
Since:
Available in iOS 13.0 and later.
  • Constructor Details

    • NSListFormatter

      public NSListFormatter()
    • NSListFormatter

      protected NSListFormatter​(NSObject.Handle h, long handle)
    • NSListFormatter

      protected NSListFormatter​(NSObject.SkipInit skipInit)
  • Method Details

    • getLocale

      public NSLocale getLocale()
    • setLocale

      public void setLocale​(NSLocale v)
    • getItemFormatter

      public NSFormatter getItemFormatter()
    • setItemFormatter

      public void setItemFormatter​(NSFormatter v)
    • stringFromItems

      public String stringFromItems​(NSArray<?> items)
    • stringForObjectValue

      public String stringForObjectValue​(NSObject obj)
    • localizedStringByJoiningStrings

      public static String localizedStringByJoiningStrings​(NSArray<NSString> strings)