摘要:
多写!多改!!多删!!! 阅读全文
摘要:
首先是一个库:(有时间在上传)然后设置一个工具类.h 1 @interface HMFoundLocation : NSObject 2 3 AS_SINGLETON(HMFoundLocation) 4 5 @property(nonatomic,strong)NSString *addres... 阅读全文
摘要:
举一个炒鸡简单的例子:1 - (UITableViewCell *)tableView:(UITableView *)tableView cellForRowAtIndexPath:(NSIndexPath *)indexPath{2 NSString *cellIdentifier = @... 阅读全文
摘要:
http://blog.csdn.net/u011439689/article/details/22693679 阅读全文
摘要:
进入正题 获取系统通讯录,不想多讲,留下链接http://my.oschina.net/joanfen/blog/140146通常做法:首先创建一个ABAddressBookRef类的对象addressBooks,然后获取系统权限,获取权限的代码:// 获取系统权限,并获得通讯录内容存入addres... 阅读全文
摘要:
http://blog.csdn.net/nicholas6lee/article/details/7633708Android实现通讯录排序的方式,可借鉴。 阅读全文
摘要:
这个是配置的比较全的http://blog.sina.com.cn/s/blog_497951c00100nj5f.html 阅读全文
摘要:
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的连个代理即可,然后实现这两个代理的两... 阅读全文
摘要:
https://github.com/viscenter-ios/Text-Scan 阅读全文
摘要:
以添加颜色为例,new 一个swift文件夹 不是cocoa类 也不需要继承什么。然后 1 import UIKit 2 3 protocol ColorDalegate{ 4 class func mainColor(Void) -> UIColor 5 } 6 7 extension... 阅读全文