摘要: //按钮调用的函数 func msgCodeAction(_ button:UIButton){ // 定义需要计时的时间 var timeCount = 60 // 在global线程里创建一个时间源 let codeTimer = DispatchSource.makeTimerSource(queue: ... 阅读全文
posted @ 2017-06-09 11:28 代码将知道什么是痛苦 阅读(180) 评论(0) 推荐(0) 编辑
摘要: iOS-在一个圆环上放置相切的小圆 阅读全文
posted @ 2017-04-28 20:56 代码将知道什么是痛苦 阅读(801) 评论(0) 推荐(0) 编辑
摘要: 把一个圆环12等分(任意等分) 阅读全文
posted @ 2017-04-24 22:31 代码将知道什么是痛苦 阅读(744) 评论(0) 推荐(0) 编辑
摘要: iOS 动画 地址 https://github.com/gityuency/CircleAnimation 效果预览 更多动画特效请访问 http://www.cnblogs.com/YouXianMing/tag/%E5%8A%A8%E7%94%BB/ 阅读全文
posted @ 2016-12-23 15:02 代码将知道什么是痛苦 阅读(370) 评论(0) 推荐(0) 编辑