摘要: iOS代码总结 阅读全文
posted @ 2017-07-11 08:57 lgx联盟 阅读(272) 评论(0) 推荐(0) 编辑
摘要: mvvm 阅读全文
posted @ 2017-06-29 09:34 lgx联盟 阅读(133) 评论(0) 推荐(0) 编辑
摘要: 内存优化与检测 阅读全文
posted @ 2017-06-19 16:46 lgx联盟 阅读(177) 评论(0) 推荐(0) 编辑
摘要: 关于iOS逆向工程 阅读全文
posted @ 2017-06-12 22:16 lgx联盟 阅读(125) 评论(0) 推荐(0) 编辑
摘要: UIBezierPath 概述 UIBezierPath API ReferenceThe UIBezierPath class lets you define a path consisting of straight and curved line segments and render tha 阅读全文
posted @ 2017-06-06 17:02 lgx联盟 阅读(326) 评论(0) 推荐(0) 编辑
摘要: 手势 阅读全文
posted @ 2017-01-16 16:33 lgx联盟 阅读(184) 评论(0) 推荐(0) 编辑
摘要: iOS的逆向传值有很多种方法,下面来总结几种常用的传值方式(只贴相关代码): 第一种:代理传值第二个控制器: ? 1 2 3 4 5 6 7 8 9 10 @protocol WJSecondViewControllerDelegate <NSObject> - (void)changeText:( 阅读全文
posted @ 2016-09-08 09:34 lgx联盟 阅读(137) 评论(0) 推荐(0) 编辑
摘要: 蓝牙协议本身经历了从1.0到4.0的升级演变, 最新的4.0以其低功耗著称,所以一般也叫BLE(Bluetoothlow energy)。 iOS 有两个框架支持蓝牙与外设连接。一个是 ExternalAccessory。从ios3.0就开始支持,也是在iphone4s出来之前用的比较多的一种模式, 阅读全文
posted @ 2016-07-16 22:16 lgx联盟 阅读(890) 评论(0) 推荐(0) 编辑
摘要: 在运行 “sudo gem install cocoapods” 的时候出现问题:ERROR: While executing gem ... (Errno::EPERM)Operation not permitted - /usr/bin/fuzzy_match 则可以改为:sudo gem in 阅读全文
posted @ 2016-07-15 19:59 lgx联盟 阅读(145) 评论(0) 推荐(0) 编辑
摘要: 手把手教你最简单的开源项目托管GitHub入门教程 听语音 | 浏览:34204 | 更新:2015-05-14 15:45 手把手教你最简单的开源项目托管GitHub入门教程 听语音 | 浏览:34204 | 更新:2015-05-14 15:45 1 2 3 4 5 6 7 分步阅读 1 2 3 阅读全文
posted @ 2016-07-10 19:26 lgx联盟 阅读(189) 评论(0) 推荐(0) 编辑