ios 通讯录姓名排序

时间:2018-05-06 06:30:20
【文件属性】:
文件名称:ios 通讯录姓名排序
文件大小:128KB
文件格式:ZIP
更新时间:2018-05-06 06:30:20
通讯录 排序 通讯录排序 支持右边索引自定义视图 ABCD...间隙大小和与右边间隙大小调节 点击索引跳转到指定位置,滑动索引时美观动画效果!
【文件预览】:
SorteName
----TableIndexView()
--------MJNIndexView.h(5KB)
--------MJNIndexView.m(39KB)
----SorteName.xcodeproj()
--------project.xcworkspace()
--------project.pbxproj(19KB)
--------xcuserdata()
----SorteName()
--------AppDelegate.h(284B)
--------ViewController.h(222B)
--------Base.lproj()
--------main.m(341B)
--------Images.xcassets()
--------Info.plist(1KB)
--------AppDelegate.m(2KB)
--------ViewController.m(5KB)
----SorteNameTests()
--------Info.plist(748B)
--------SorteNameTests.m(872B)
----SorteUtil()
--------pinyin.m(24KB)
--------NSArray+FirstLetterArray.h(465B)
--------NSString+FirstLetter.h(506B)
--------POAPinyin.m(90KB)
--------pinyin.h(539B)
--------POAPinyin.h(276B)
--------NSString+FirstLetter.m(570B)
--------NSArray+FirstLetterArray.m(2KB)
----.DS_Store(6KB)

网友评论

  • Demo没事 但是我用了会崩 崩在MJNIndexView.h 的 - (void)getAllItemsSize { CGSize currentItemSize = [item sizeWithFont:self.font]; } Thread1: EXC_BAD_ACCESS (code=2,address=0xbf7f1dac) 不知道什么原因
  • 挺有用的的中文姓名排序和索引的封装,不过只能排序姓名数组,像数组里面套字典那种还需要自己修改。
  • 其实使用系统的一个方法就可以排序了。。有参考价值