2017年11月14日

swift 拖动view, 自动停靠屏幕边缘

摘要: // 创建view 添加pan 手势 点手势 let drapBtn = UIView(frame:CGRect(x: 100, y: 100, width: 100, height: 100)) drapBtn.backgroundColor = UIColor.orange self.view. 阅读全文

posted @ 2017-11-14 15:57 顾玉玺 阅读(1465) 评论(0) 推荐(0)

swift 字符串插入空格

摘要: // 扩展String // 字符串插入空格 exp:4444 5555 6666 7777 // per 每隔几个字母添加一个空格 mutating func addBlank(per: Int = 4) -> String { let spaceCount = Int(count/per) fo 阅读全文

posted @ 2017-11-14 15:11 顾玉玺 阅读(2141) 评论(0) 推荐(0)

2017年1月12日

散记

摘要: 1. cocoapods (MAC 10.12) 安装 2. 27个提升效率的iOS开源库推荐 3.Objective-C Runtime 4.Objective-C类成员变量深度剖析 5. ios_swift开发资源整理 6.iOS干货文章、blog等 7. iOS开源项目搜集 8.ios开发 阅读全文

posted @ 2017-01-12 17:55 顾玉玺 阅读(146) 评论(0) 推荐(0)

导航