上一页 1 ··· 22 23 24 25 26 27 28 29 30 ··· 44 下一页
摘要: http://blog.csdn.net/liangliang103377/article/details/40078015iOS8推出了几个新的“controller”,主要是把类似之前的UIAlertView变成了UIAlertController,这不经意的改变,貌似把我之前理解的“contr... 阅读全文
posted @ 2015-09-30 08:14 itlover2013 阅读(185) 评论(0) 推荐(0) 编辑
摘要: http://www.cocoachina.com/ios/20150623/12233.html本文由CocoaChina译者candeladiao翻译,欢迎参加我们的翻译活动。原文:iOS 9: Getting Started with UIStackView同iOS以往每个迭代一样,iOS 9... 阅读全文
posted @ 2015-09-29 14:58 itlover2013 阅读(156) 评论(0) 推荐(0) 编辑
摘要: http://www.cocoachina.com/ios/20150921/13492.html在 iOS9 中,Apple 引入了 UIStackView,他让你的应用可以通过简单的方式,纵向或横向的叠放你的 views。UIStackView 采用 auto layout 的方式来管理他的子视... 阅读全文
posted @ 2015-09-29 14:56 itlover2013 阅读(249) 评论(0) 推荐(0) 编辑
摘要: http://www.cnblogs.com/kenshincui/p/4186022.html#summary概览随着移动互联网的发展,如今的手机早已不是打电话、发短信那么简单了,播放音乐、视频、录音、拍照等都是很常用的功能。在iOS中对于多媒体的支持是非常强大的,无论是音视频播放、录制,还是对麦... 阅读全文
posted @ 2015-09-28 18:11 itlover2013 阅读(246) 评论(0) 推荐(0) 编辑
摘要: http://blog.csdn.net/joonchen111/article/details/48447813 我们app的开发通常有2种认证方式 一种是Basic Auth,一种是OAuth;现在普遍还是使用OAuth的多,而使用Basic Auth认证的少,正好呢我今天给大家介绍的就是... 阅读全文
posted @ 2015-09-27 22:09 itlover2013 阅读(1176) 评论(0) 推荐(0) 编辑
摘要: http://www.cocoachina.com/ios/20150925/13525.html前文:网络上找了很多关于delegation和block的使用场景,发现没有很满意的解释,后来无意中在stablekernel找到了这篇文章,文中作者不仅仅是给出了解决方案,更值得我们深思的是作者独特的... 阅读全文
posted @ 2015-09-25 11:14 itlover2013 阅读(167) 评论(0) 推荐(0) 编辑
摘要: http://www.jianshu.com/p/631bd7f12a381.网络请求报错。升级Xcode 7.0发现网络访问失败。输出错误信息The resource could not be loaded because the App Transport Security policy req... 阅读全文
posted @ 2015-09-23 14:00 itlover2013 阅读(464) 评论(0) 推荐(0) 编辑
摘要: http://blog.csdn.net/pjk1129/article/details/48627153#0-qzone-1-64255-d020d2d2a4e8d1a374a433f596ad1440Swift 2.0 带来了令人激动的guard语句。但很多人还是不太理解guard的意义,特别是... 阅读全文
posted @ 2015-09-23 11:25 itlover2013 阅读(1022) 评论(0) 推荐(0) 编辑
摘要: http://www.cocoachina.com/ios/20150922/13474.html如果你曾经使用 interface builder 创建过一个复杂、界面非常多的应用,你就会明白最后那些Storyboards 文件变的有多大。他会迅速变的无法管理,阻碍你的进度。自从引入 Storyb... 阅读全文
posted @ 2015-09-23 11:23 itlover2013 阅读(185) 评论(0) 推荐(0) 编辑
摘要: http://www.cocoachina.com/ios/20150909/13369.html作者:@周楷雯Kevin授权本站转载。倘若在 ViewController 中添加了一个 TableView,那么很可能在侧滑返回的时候,反而先触发了 TableView 的上下滚动,这一点是非常恼人的... 阅读全文
posted @ 2015-09-17 17:39 itlover2013 阅读(167) 评论(0) 推荐(0) 编辑
上一页 1 ··· 22 23 24 25 26 27 28 29 30 ··· 44 下一页