上一页 1 2 3 4 5 6 7 8 9 ··· 12 下一页
摘要: 有时候需要些弹出视图,但又不想使用View来添加,这时候可以新建一个controller进行布局,类似退出系统的UIAlertController,具体做法如下: 阅读全文
posted @ 2017-03-14 11:00 YouNeedCourage 阅读(363) 评论(0) 推荐(0) 编辑
摘要: 【原文地址】http://blog.csdn.net/huyisu/article/details/44224033 正常来说通过 [NSBundle mainBundle] pathForResource: ofType 可以正确获得文件的路径,但是在开发过程中,发现无法正确获得.pages和.d 阅读全文
posted @ 2017-03-13 14:28 YouNeedCourage 阅读(1856) 评论(0) 推荐(0) 编辑
摘要: 1.访问相机相册 2.自己封装的网络请求的调用 3.注册键盘弹出和消失的通知 4.设置tableView 5.获取当前的年月日等 6.UITableView嵌套UITextView时无法通过修改tableView的contentInset来让tableView自动上移,避免键盘遮挡textView, 阅读全文
posted @ 2017-02-04 16:08 YouNeedCourage 阅读(256) 评论(0) 推荐(0) 编辑
摘要: 原文地址:http://www.cocoachina.com/ios/20161227/18451.html 升级Xcode8已是必然,升级iOS 10的用户不能说大有人在,应该也不会少,楼主听说,如果不升级Xcode8,上架最新的包,那么可能应用在iOS 10 上是不支持的.so,这些Xcode8 阅读全文
posted @ 2016-12-28 11:43 YouNeedCourage 阅读(246) 评论(0) 推荐(0) 编辑
摘要: NSHTTPURLResponse *response = (NSHTTPURLResponse*)task.response; //通讯协议状态码 NSInteger statusCode = response.statusCode; NSLog(@"%@",[NSString stringWithFormat:@"%ld",... 阅读全文
posted @ 2016-12-27 16:14 YouNeedCourage 阅读(581) 评论(0) 推荐(0) 编辑
摘要: //以16进制的字符串进行设置 + (UIColor*)colorWithHexString:(NSString*)colorStr { NSString *cString = [[colorStr stringByTrimmingCharactersInSet:[NSCharacterSet whitespaceAndNewlineCharacterSet]] uppercaseStr... 阅读全文
posted @ 2016-12-23 16:51 YouNeedCourage 阅读(190) 评论(0) 推荐(0) 编辑
摘要: 在了解intrinsicContentSize之前,我们需要先了解2个概念: AutoLayout在做什么 约束优先级是什么意思。 如果不了解这两个概念,看intinsic content size没有任何意义。 注:由于上面这几个概念都是针对UIView或其子类(UILabel,UIImageVi 阅读全文
posted @ 2016-11-11 18:27 YouNeedCourage 阅读(1202) 评论(0) 推荐(0) 编辑
摘要: http://www.360doc.com/content/15/0728/18/19119980_487992185.shtml 阅读全文
posted @ 2016-07-13 11:25 YouNeedCourage 阅读(166) 评论(0) 推荐(0) 编辑
摘要: http://itunes.apple.com/cn/app/id 后面拼接在iTunesConnect中的id 阅读全文
posted @ 2016-07-12 10:31 YouNeedCourage 阅读(948) 评论(0) 推荐(0) 编辑
摘要: 1.项目中常用的一些工具类 https://github.com/leeSmile/tools 2.一款日历插件 https://github.com/unixzii/Daysquare 3.模仿微信 https://github.com/zhengwenming/WeChat 4.几句代码快速集成 阅读全文
posted @ 2016-07-05 14:47 YouNeedCourage 阅读(1057) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 8 9 ··· 12 下一页