红桃J

用心写好每行完美的代码,远比写一堆更有价值

  博客园 :: 首页 :: 博问 :: 闪存 :: 新随笔 :: 联系 :: 订阅 订阅 :: 管理 ::
上一页 1 ··· 7 8 9 10 11 12 13 14 15 下一页

2014年10月31日

摘要: 多写!多改!!多删!!! 阅读全文
posted @ 2014-10-31 16:28 红桃J 阅读(131) 评论(0) 推荐(0) 编辑

2014年10月24日

摘要: 首先是一个库:(有时间在上传)然后设置一个工具类.h 1 @interface HMFoundLocation : NSObject 2 3 AS_SINGLETON(HMFoundLocation) 4 5 @property(nonatomic,strong)NSString *addres... 阅读全文
posted @ 2014-10-24 16:27 红桃J 阅读(273) 评论(0) 推荐(0) 编辑

2014年10月23日

摘要: 举一个炒鸡简单的例子:1 - (UITableViewCell *)tableView:(UITableView *)tableView cellForRowAtIndexPath:(NSIndexPath *)indexPath{2 NSString *cellIdentifier = @... 阅读全文
posted @ 2014-10-23 18:57 红桃J 阅读(280) 评论(0) 推荐(0) 编辑

2014年10月22日

摘要: http://blog.csdn.net/u011439689/article/details/22693679 阅读全文
posted @ 2014-10-22 15:54 红桃J 阅读(380) 评论(0) 推荐(0) 编辑

2014年10月21日

摘要: 进入正题 获取系统通讯录,不想多讲,留下链接http://my.oschina.net/joanfen/blog/140146通常做法:首先创建一个ABAddressBookRef类的对象addressBooks,然后获取系统权限,获取权限的代码:// 获取系统权限,并获得通讯录内容存入addres... 阅读全文
posted @ 2014-10-21 15:19 红桃J 阅读(198) 评论(0) 推荐(0) 编辑

2014年10月20日

摘要: http://blog.csdn.net/nicholas6lee/article/details/7633708Android实现通讯录排序的方式,可借鉴。 阅读全文
posted @ 2014-10-20 18:29 红桃J 阅读(580) 评论(0) 推荐(0) 编辑

2014年10月19日

摘要: 这个是配置的比较全的http://blog.sina.com.cn/s/blog_497951c00100nj5f.html 阅读全文
posted @ 2014-10-19 11:32 红桃J 阅读(95) 评论(0) 推荐(0) 编辑

2014年10月17日

摘要: cell重用机制http://blog.cnrainbird.com/index.php/2012/03/20/guan_yu_uitableview_de_cell_fu_yong_tan_tan_wo_de_yi_xie_xin_de/实现tableView的连个代理即可,然后实现这两个代理的两... 阅读全文
posted @ 2014-10-17 18:12 红桃J 阅读(130) 评论(0) 推荐(0) 编辑

2014年10月16日

摘要: https://github.com/viscenter-ios/Text-Scan 阅读全文
posted @ 2014-10-16 17:47 红桃J 阅读(122) 评论(0) 推荐(0) 编辑

摘要: 以添加颜色为例,new 一个swift文件夹 不是cocoa类 也不需要继承什么。然后 1 import UIKit 2 3 protocol ColorDalegate{ 4 class func mainColor(Void) -> UIColor 5 } 6 7 extension... 阅读全文
posted @ 2014-10-16 16:57 红桃J 阅读(336) 评论(0) 推荐(0) 编辑

上一页 1 ··· 7 8 9 10 11 12 13 14 15 下一页