HTChineseHandle
GitHub
Instruction
漢字拼音的處理方法,在一些需要提取漢字拼音首字母衰粹,或者通過漢字拼音首字母進(jìn)行分類并排序的項目里桃漾,是非常有用的颠黎,希望大家喜歡~
Installation
pod 'HTChineseLetter`
Method Instruction
@interface NSString (FirstLetter)
// 獲取第一個漢字拼音首字母
- (NSString *)firstLetter;
// 獲取所有漢字拼音首字母
- (NSString *)firstLetters;
@interface NSArray (FirstLetterArray)
// 如果給定的數(shù)組對象里邊都是字符串則調(diào)用此方法
- (NSDictionary *)sortedArrayUsingFirstLetter;
// 如果給定的數(shù)組里邊是Model笤成,或者字典則用這個需频,并且給出KeyPath
- (NSDictionary *)sortedArrayUsingFirstLetterByKeypath:(NSString *)keyPath;
Thanks
感謝提供pinyin文件的卻未曾相識的George同志~
write the code蒋情, enjoy the world
Power by Mr.Yang