IOS
XinShun
这个作者很懒,什么都没留下…
展开
-
Xcode中的常用快捷键
转自https://www.cnblogs.com/liyy2015/p/5128952.html 新建项目 com + shift +N 新建文件 com + N 偏好设置 通用 com + , 跳到指定行 com + L 当前行加断点 com + \ 移动编辑区最上方 com + 上 移动编辑区最下方 com + 下 移动光标所在行...转载 2019-04-23 10:51:33 · 209 阅读 · 0 评论 -
IOS 9.0 警告框的使用swift
参考:https://www.cnblogs.com/zhangguoliang1992/p/4918684.html @IBAction func popupAlertView(_ sender: Any) { var alertController : UIAlertController = UIAlertController(title: "显示的标题"...原创 2019-04-23 11:08:48 · 217 阅读 · 0 评论