Skip to content

Cain1127/YSMChineseSort

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

YSMChineseSort

CI Status Version License Platform

Usage

To run the example project, clone the repo, and run pod install from the Example directory first.

pod 'YSMChineseSort','~>0.1.0'

Requirements

iOS 7.1

Installation

YSMChineseSort is available through CocoaPods. To install it, simply add the following line to your Podfile:

Quick Start

1、import "NSArray+SortContact.h";

2、

[self.dataSource sortContactTOTitleAndSectionRow:^(BOOL isSuccess, NSArray *titleArray, NSArray *rowArray) {

if (isSuccess) {

[self.titleDataSource addObjectsFromArray:titleArray];

[self.rowDataSource addObjectsFromArray:rowArray];

}

}];

Author

ysmeng, 49427823@163.com

License

YSMChineseSort is available under the MIT license. See the LICENSE file for more info.