技术的乐趣在于分享,欢迎多多交流,多多沟通。
全部博文(877)
发布时间:2015-10-20 18:26:43
NSSortDescriptor使用注意以及直接排序字符串数组http://blog.sina.com.cn/s/blog_8c87ba3b0101phr5.htmlNSSortDescriptor 指定用于对象数组排序的对象的属性。如果是Employee对象需要按照name来排序,就生成下面的descriptorNSSortDescriptor *descriptor = [NSSortDescriptor sortDescriptorWithKe.........【阅读全文】
发布时间:2015-10-20 14:30:34
NSMutableArray *tempArray = [NSMutableArray array]; NSMutableArray *letterArray = [NSMutableArray array]; for (int i = 0; i < 2; i++) { if ( i == 0) { &.........【阅读全文】
发布时间:2015-10-20 11:28:39
http://blog.csdn.net/ztp800201/article/details/8116081简述:Cocoa框架中的NSPredicate用于查询,原理和用法都类似于SQL中的where,作用相当于数据库的过滤取。定义(最常用到的方法):[cpp] view plaincopyNSPredicate *ca = [NSPredicate p.........【阅读全文】
发布时间:2015-10-20 10:40:38
<h1 class="postTitle" style="margin:20px 0px 10px;padding:0px;border-bottom-width:1px;border-bottom-style:solid;border-bottom-color:#DDDDDD;font-size:14px;font-family:Verdana, Arial, Helvetica, sans-serif;white-space:normal;"><a id="cb_post_title_url" class="postTitle2" href="http://www.cnblogs.co.........【阅读全文】
发布时间:2015-10-20 09:51:06
<p align="center" style="margin-top:0px;margin-bottom:0px;font-family:Tahoma, Helvetica, SimSun, sans-serif;font-size:14px;line-height:25px;white-space:normal;"><img src="http://resource.feng.com/resource/h057/h24/img201506242326030.png" style="max-width:620px;" /></p><br style="font-family:Taho.........【阅读全文】