MLKBarcodePersonName
@interface MLKBarcodePersonName : NSObject
個人姓名,兩者的格式皆為個人名稱元件。
-
名稱格式正確。
聲明
Objective-C
@property (nonatomic, readonly, nullable) NSString *formattedName;
-
名字。
聲明
Objective-C
@property (nonatomic, readonly, nullable) NSString *first;
-
姓氏。
聲明
Objective-C
@property (nonatomic, readonly, nullable) NSString *last;
-
中間名。
聲明
Objective-C
@property (nonatomic, readonly, nullable) NSString *middle;
-
名稱前置字元。
聲明
Objective-C
@property (nonatomic, readonly, nullable) NSString *prefix;
-
指定將一本文字字串設為電話簿中的假名。 用於日文聯絡人。
聲明
Objective-C
@property (nonatomic, readonly, nullable) NSString *pronunciation;
-
名稱後置字串。
聲明
Objective-C
@property (nonatomic, readonly, nullable) NSString *suffix;
-
無法使用。
聲明
Objective-C
- (nonnull instancetype)init;