会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
zuidap
博客园
首页
新随笔
联系
管理
订阅
上一页
1
2
3
4
下一页
2017年12月7日
xcode 常用快捷键
摘要: xcode ,常用快捷键
阅读全文
posted @ 2017-12-07 18:11 zuidap
阅读(196)
评论(0)
推荐(0)
2017年11月2日
swift 获取iphone设备型号
摘要: swift 获取iphone设备型号
阅读全文
posted @ 2017-11-02 09:47 zuidap
阅读(1602)
评论(0)
推荐(0)
2017年9月18日
如何判断静态库是否支持64位
摘要: 打开终端,cd到静态库的地方。输入命令 .framework文件 lipo -info ./BuleTool.framework/BuleTool 返回结果 Architectures in the fat file: ./BuleTool.framework/BuleTool are: i386
阅读全文
posted @ 2017-09-18 18:05 zuidap
阅读(481)
评论(0)
推荐(0)
2017年9月11日
Apple公司开发者账号申请(2017包含邓白氏码申请)
摘要: Apple公司开发者账号申请(2017包含邓白氏码申请)
阅读全文
posted @ 2017-09-11 10:18 zuidap
阅读(2261)
评论(1)
推荐(0)
2017年8月11日
MAC登录界面多了一个其他账户
摘要: 原因:mac开启了root权限,打开终端输入下面语句关闭后重亲启动即可 sudo defaults write /Library/Preferences/com.apple.loginwindow SHOWOTHERUSERS_MANAGED -bool FALSE
阅读全文
posted @ 2017-08-11 10:31 zuidap
阅读(1943)
评论(0)
推荐(0)
2017年8月9日
swift4 UIScrollView滑动手势与UIPageViewController冲突解决办法
摘要: UIScrollView 手势冲突
阅读全文
posted @ 2017-08-09 17:34 zuidap
阅读(2628)
评论(0)
推荐(0)
2017年5月5日
swift 保留两位小数以及前面不0
摘要: 1,下面是一个浮点类型的数字转成String字符串的例子 var f = 123.123121313 var s:String = "\(f)" //123.123121313 2,如果要保留两位小数 var f = 123.123121313 var s = String(format:"%.2f
阅读全文
posted @ 2017-05-05 16:16 zuidap
阅读(13499)
评论(0)
推荐(0)
2017年1月11日
本地通知
摘要: swift3 本地通知
阅读全文
posted @ 2017-01-11 17:32 zuidap
阅读(229)
评论(0)
推荐(0)
2016年11月2日
swift3 UIColor扩展
摘要: //返回一个RGB颜色 class func getColor(r:CGFloat,g:CGFloat,b:CGFloat,l:CGFloat = 1) ->UIColor{ let color = UIColor(red: r/255.0, green: g/255.0, blue: b/255.
阅读全文
posted @ 2016-11-02 13:52 zuidap
阅读(831)
评论(0)
推荐(0)
swift3 控件创建
摘要: //MARK:- UIScrollView let scrollView = UIScrollView() scrollView.delegate = target scrollView.backgroundColor = UIColor.groupTableViewBackground scrol
阅读全文
posted @ 2016-11-02 13:49 zuidap
阅读(432)
评论(0)
推荐(0)
上一页
1
2
3
4
下一页
公告