摘要: 1.首先,因为控制器2的视图上有需要与用户交互的需求,所以一定要设置2为1的子控制器 ViewController *vc2 = [[ViewController alloc]init]; [self addChildViewController:vc2]; ps:当有多个子视图时还可能用到,子控制 阅读全文
posted @ 2017-12-23 20:01 王彬iOS 阅读(2811) 评论(0) 推荐(0)
摘要: 把本地项目提交到coding上 阅读全文
posted @ 2017-12-10 01:15 王彬iOS 阅读(1304) 评论(0) 推荐(0)
摘要: deinit 阅读全文
posted @ 2017-12-07 14:27 王彬iOS 阅读(928) 评论(0) 推荐(0)
摘要: applicationWillResignActive 阅读全文
posted @ 2017-12-07 13:28 王彬iOS 阅读(2223) 评论(0) 推荐(0)
摘要: iOS开发中的几种设计模式 阅读全文
posted @ 2017-11-23 00:23 王彬iOS 阅读(22804) 评论(0) 推荐(1)
摘要: 关于iOS测试机个数上限的详细规则 阅读全文
posted @ 2017-11-22 23:43 王彬iOS 阅读(471) 评论(0) 推荐(0)
摘要: iOS上线规则 iOS APP提交上架流程 阅读全文
posted @ 2017-11-22 23:41 王彬iOS 阅读(264) 评论(0) 推荐(0)
摘要: 为什么字符串用copy修饰 阅读全文
posted @ 2017-10-24 17:50 王彬iOS 阅读(1781) 评论(0) 推荐(0)
摘要: iOS开源项目之日志框架CocoaLumberjack 阅读全文
posted @ 2017-10-12 15:31 王彬iOS 阅读(2066) 评论(0) 推荐(0)
摘要: iOS指纹解锁Touch ID的开发 阅读全文
posted @ 2017-10-12 10:33 王彬iOS 阅读(1368) 评论(0) 推荐(0)
摘要: 设置电池栏字体颜色,UIStatusBarStyle 阅读全文
posted @ 2017-09-26 10:31 王彬iOS 阅读(426) 评论(0) 推荐(0)
摘要: Launch Image 阅读全文
posted @ 2017-09-24 11:12 王彬iOS 阅读(3863) 评论(0) 推荐(0)
摘要: mac软件安装 阅读全文
posted @ 2017-09-22 17:19 王彬iOS 阅读(361) 评论(0) 推荐(0)
摘要: #ifdef 和#endif的作用 阅读全文
posted @ 2017-09-22 11:12 王彬iOS 阅读(1920) 评论(0) 推荐(0)
摘要: pch文件 阅读全文
posted @ 2017-09-22 00:15 王彬iOS 阅读(259) 评论(0) 推荐(0)
摘要: folder 和 group的区别 阅读全文
posted @ 2017-09-21 22:53 王彬iOS 阅读(530) 评论(0) 推荐(0)
摘要: CoCoaPods 阅读全文
posted @ 2017-09-21 19:02 王彬iOS 阅读(752) 评论(0) 推荐(0)
摘要: iOS视频开发 阅读全文
posted @ 2017-08-23 19:01 王彬iOS 阅读(321) 评论(0) 推荐(0)
摘要: 正则表达式 阅读全文
posted @ 2017-08-19 15:11 王彬iOS 阅读(495) 评论(0) 推荐(0)
摘要: iOS依赖 阅读全文
posted @ 2017-08-17 18:48 王彬iOS 阅读(486) 评论(0) 推荐(0)
摘要: 文件夹操作(File Manager) 阅读全文
posted @ 2017-02-09 23:28 王彬iOS 阅读(698) 评论(0) 推荐(0)
摘要: iOS知识体系 阅读全文
posted @ 2017-02-09 12:44 王彬iOS 阅读(2147) 评论(0) 推荐(0)
摘要: iOS masony应用举例之等间距布局 阅读全文
posted @ 2016-12-14 00:23 王彬iOS 阅读(1466) 评论(0) 推荐(0)
摘要: iOS富文本实例 阅读全文
posted @ 2016-12-01 22:58 王彬iOS 阅读(312) 评论(0) 推荐(0)
摘要: 富文本 阅读全文
posted @ 2016-12-01 22:56 王彬iOS 阅读(1373) 评论(0) 推荐(0)
摘要: 富文本, NSMutableAttributedString, Attribute 阅读全文
posted @ 2016-12-01 22:53 王彬iOS 阅读(1401) 评论(0) 推荐(0)
摘要: 如何阻止每次手机链接到电脑上都会自动弹出图片和iTunes 阅读全文
posted @ 2016-11-26 23:56 王彬iOS 阅读(2994) 评论(0) 推荐(1)
摘要: ios枚举 阅读全文
posted @ 2016-11-14 22:03 王彬iOS 阅读(163) 评论(0) 推荐(0)
摘要: 根据两点经纬度计算距离 阅读全文
posted @ 2016-11-14 22:02 王彬iOS 阅读(421) 评论(0) 推荐(0)
摘要: 设计模式 懒加载 阅读全文
posted @ 2016-11-14 21:59 王彬iOS 阅读(248) 评论(0) 推荐(0)
摘要: 字符串替换stringByReplacingOccurrencesOfString 阅读全文
posted @ 2016-11-06 19:31 王彬iOS 阅读(240) 评论(0) 推荐(0)
摘要: iphone如何关闭语音控制 阅读全文
posted @ 2016-10-09 14:31 王彬iOS 阅读(8763) 评论(0) 推荐(0)
摘要: Xcode 8 不支持第三方插件 阅读全文
posted @ 2016-09-21 00:24 王彬iOS 阅读(510) 评论(0) 推荐(0)
摘要: xcode8 和ios10 阅读全文
posted @ 2016-09-20 23:53 王彬iOS 阅读(1370) 评论(0) 推荐(0)
摘要: 模拟炮弹动画效果,平移动画 阅读全文
posted @ 2016-08-24 00:20 王彬iOS 阅读(767) 评论(0) 推荐(0)
摘要: iOS自定义进度条高v度(UIProgressView进度条高度改变的实现) 阅读全文
posted @ 2016-07-31 01:29 王彬iOS 阅读(6489) 评论(0) 推荐(0)
摘要: iOS适配,iOS自动布局的几种高级用法(autoresizing,Masonry) 阅读全文
posted @ 2016-07-29 01:12 王彬iOS 阅读(12376) 评论(1) 推荐(1)
摘要: iOS中的图片UIImageView和UIImage(考虑性能问题) 阅读全文
posted @ 2016-07-29 00:59 王彬iOS 阅读(3303) 评论(0) 推荐(1)
摘要: iOS获取UIWindow 阅读全文
posted @ 2016-07-29 00:48 王彬iOS 阅读(1688) 评论(0) 推荐(0)
摘要: UIAlertController 阅读全文
posted @ 2016-07-26 23:41 王彬iOS 阅读(472) 评论(0) 推荐(0)