我从来不是个天赋型的程序员,我只是站在巨人的脚下,仰望着巨人. 这篇文章,是以解读wildog的网络层封装后进行的描述 --致敬我心目中的大神, wildog. Moya+A...
我从来不是个天赋型的程序员,我只是站在巨人的脚下,仰望着巨人. 这篇文章,是以解读wildog的网络层封装后进行的描述 --致敬我心目中的大神, wildog. Moya+A...
# 设置ss git config --global http.proxy 'socks5://127.0.0.1:1080' git config --global htt...
获取Size view.frame.size width view.frame.size.width height view.frame.size.height x self...
写在前面的: 实现限制在圆形区域拖动,虽然逻辑也很简单,但是调试起来还挺费心思的!…… 这里将我自己的经验写下来,供需要的人参考! 最终效果: 实现思路: 实现小圆拖动 限制...
plist文件: Privacy - Camera Usage Description 相机 Privacy - Photo Library Additions Usage ...
// 获取当前系统时间 let date = NSDate() let timeFormatter = NSDateFormatter() timeF...
let vc =storyboard?.instantiateViewController(withIdentifier: "TextVcID") as! TextVc ...