
iOS开发牛逼技术和新特性
文章平均质量分 59
cuichengjie
这个作者很懒,什么都没留下…
展开
-
音频播放,录音,视频播放,拍照,视频录制
http://www.cnblogs.com/kenshincui/p/4186022.html原创 2015-04-20 10:37:17 · 609 阅读 · 0 评论 -
cocoaPods高级用法
http://iiiyu.com/2012/10/26/learning-ios-notes-fourteen/原创 2015-04-20 11:30:30 · 570 阅读 · 0 评论 -
iOS webView
设置背景透明 设置webview的backgroundColor属性为[UIColor clearColor]; webView.backgroundColor = [UIColor clearColor]; 为webview中的HTML页面的body标签添加CSS背景样式设置 ... 设置webview的opaque属性值为NO原创 2014-10-11 11:14:12 · 1101 阅读 · 0 评论 -
各种多线程的使用方式
http://www.cnblogs.com/kenshincui/p/3983982.htmlhttp://www.dreamingwish.com/frontui/article/default/of-of-of-of-gcd-introduced-1-basic-concepts-in-and-the-dispatch-queue.html原创 2015-04-24 10:44:12 · 516 阅读 · 0 评论 -
tableView自适应cell的高度,提高性能
1、设置好布局约束条件在UITableViewCell子类中,添加布局约束,使得cell子视图的边缘固定(pin)到cell的contentView的边缘(最重要的是要有顶部和底部的边距约束条件)。注意:不要将子视图的边距约束固定到cell本身上了,只能固定到cell的contentView上! 确保每个子视图垂直方向上的内容压缩阻力(compression resistance)和吸附性约束(原创 2015-04-16 16:40:04 · 2077 阅读 · 0 评论 -
ipa打包
http://blog.youkuaiyun.com/hengshujiyi/article/details/9159531原创 2015-05-08 16:24:50 · 434 阅读 · 0 评论 -
dispatch_source_t _timer 定时器
@interface ViewController (){ IBOutlet UIButton *l_timeButton;} @end @implementation ViewController - (void)viewDidLoad{ [super viewDidLoad]; [l_timeButton addTarget:self action:原创 2015-05-22 08:51:24 · 6791 阅读 · 0 评论 -
iOS内购详细流程汇总
http://blog.sina.com.cn/s/blog_4a2183a60101lc8a.html原创 2015-07-10 12:42:57 · 576 阅读 · 0 评论