YSMChineseSort 0.1.1

YSMChineseSort 0.1.1

TestsTested
LangLanguage Obj-CObjective C
License MIT
ReleasedLast Release May 2015

Maintained by Cain1127.



  • By
  • ysmeng

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, [email protected]

License

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