1 Star 0 Fork 0

Dog / LYJListSectionService

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
贡献代码
同步代码
取消
提示: 由于 Git 不支持空文件夾,创建文件夹后会生成空的 .keep 文件
Loading...
README
MIT

LYJListSectionService

CI Status Version License Platform

Example

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

如果 pod install 无法找到,可以使用 pod update
方法简介:
方法一:
    // 作用: 排序
    + (NSArray *)sorted:(NSArray *)sortedArray isAscending:(Boolean)isAscending compareName:(NSString *)compareName;
方法二:
    // 作用: 汉字字符串转化拼音
    + (NSString *)pinyinWithString:(NSString *)string;
方法三:
    // 作用: 获取字符串的首字母(大写)
    + (NSString *)firstCharactorWithString:(NSString *)string;
方法四:
    // 作用: 将列表进行分区并排序
    + (NSArray *)sectionArrayWithArray:(NSArray *)array isAscending:(BOOL)isAscending sectionName:(NSString *)sectionName;

Requirements

Installation

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

pod 'LYJListSectionService'

Author

li625317534, 625317534@qq.com

License

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

Copyright (c) 2017 li625317534 <625317534@qq.com> Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

简介

列表自动分区,并排序 展开 收起
Objective-C
MIT
取消

发行版

暂无发行版

贡献者

全部

近期动态

加载更多
不能加载更多了
Objective-C
1
https://gitee.com/6253175234/LYJListSectionService.git
git@gitee.com:6253175234/LYJListSectionService.git
6253175234
LYJListSectionService
LYJListSectionService
master

搜索帮助

14c37bed 8189591 565d56ea 8189591