Swift
文章平均质量分 53
o-ov
iOS Developer, now focus on Swift Server Side and Block Chain
展开
-
OC->Swift Swift的单例创建
在Swift中我们可以通过如下方式,创建单例 public class MySingleton { public static let sharedInstance = MySingleton() public var title = "" // 用于测试单例 private init () {} // 必须用private修饰,在外部调用init时,提示调用错误 }原创 2016-03-01 17:28:57 · 397 阅读 · 0 评论 -
解决Xcode 8 Console 输出系统网络连接log的问题
解决Xcode 8 控制台输出网络连接log的问题原创 2016-09-16 10:56:53 · 1067 阅读 · 0 评论