陌道伊城

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

导航

2015年9月24日 #

通过navigationController跳转界面时隐藏navigationBar上的元素

摘要: 今天遇到了个通过navigationController跳转界面时需要隐藏navigationBar上的searchBar的需求只需在跳转前的界面加上如下代码即可解决:-(void)viewWillAppear:(BOOL)animated{ _searchBar.hidden = NO;}在跳转... 阅读全文

posted @ 2015-09-24 13:03 陌道伊城 阅读(258) 评论(0) 推荐(0) 编辑

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) 编辑

2015年8月26日 #

三种传值

只有注册用户登录后才能阅读该文。 阅读全文

posted @ 2015-08-26 10:58 陌道伊城 阅读(30) 评论(0) 推荐(0) 编辑

2015年7月20日 #

支付宝(移动支付)

摘要: 支付宝(移动支付)1、支付宝 快捷支付(无线) 申请: https://b.alipay.com/order/productDetail.htm?productId=2014110308141993 申请条件(二选一):1、 使用 企业支付宝账号注册企业账号 2、个体工商户(需要上传营... 阅读全文

posted @ 2015-07-20 19:12 陌道伊城 阅读(447) 评论(0) 推荐(0) 编辑

Masonry介绍与使用实践:快速上手Autolayout

摘要: 前言 1 MagicNumber->autoresizingMask->autolayout ... 阅读全文

posted @ 2015-07-20 15:23 陌道伊城 阅读(156) 评论(0) 推荐(0) 编辑

2015年6月1日 #

JSON 待进一步整理

只有注册用户登录后才能阅读该文。 阅读全文

posted @ 2015-06-01 19:01 陌道伊城 阅读(1) 评论(0) 推荐(0) 编辑