陌道伊城

优秀养成于习惯!优秀是一种习惯!每天一点点,努力!坚持!

导航

2015年9月22日 #

UI进阶

摘要: iOS开发进阶精华贴索引 (源自于cocoaChina的索引总结)http://www.cocoachina.com/bbs/read.php?tid=141387http://www.cocoachina.com/bbs/read.php?tid-143720.htmlXcode 7免证书真机调试... 阅读全文

posted @ 2015-09-22 15:18 陌道伊城 阅读(123) 评论(0) 推荐(0) 编辑

常用宏

摘要: #define NavigationBar_HEIGHT 44#define LOADIMAGE(file,ext) [UIImage imageWithContentsOfFile:[[NSBundle mainBundle]pathForResource:file ofType:ext]]//读... 阅读全文

posted @ 2015-09-22 14:37 陌道伊城 阅读(224) 评论(0) 推荐(0) 编辑

iOS9的一些问题

摘要: 1.App Transport Security has blocked a cleartext HTTP (http://) resource load since it is insecure. Temporary exceptions can be configured via your ap... 阅读全文

posted @ 2015-09-22 10:55 陌道伊城 阅读(158) 评论(0) 推荐(0) 编辑

cell跳出动画

摘要: -(void)tableView:(UITableView *)tableView willDisplayCell:(UITableViewCell *)cell forRowAtIndexPath:(NSIndexPath *)indexPath{ CATransform3D rotation... 阅读全文

posted @ 2015-09-22 10:51 陌道伊城 阅读(162) 评论(0) 推荐(0) 编辑

短信验证倒计时按钮

摘要: 短信验证倒计时按钮 阅读全文

posted @ 2015-09-22 10:05 陌道伊城 阅读(160) 评论(0) 推荐(0) 编辑