iOS 常用代码块

一些常用的代码块
点我直达
Xcode 路径
1 | ~/Library/Developer/Xcode/UserData/CodeSnippets |
打开路径将文件拖进去
代码块添加后需要重启 Xcode
Swift
快捷键 | 注释 |
---|---|
lazytab | 懒加载属性 tableView |
mk | //MARK: - |
snpmake | SnapKit make 布局 |
snpremake | SnapKit remake 布局 |
initBtn | UIButton 初始化 |
initCCell | UICollectionViewCell 初始化 |
initImgV | UIImageView 初始化 |
initLab | UILable 初始化 |
initTCell | UITableViewCell 初始化 |
initView | UIView 初始化 |
ssself | guard let strongSelf = self |
OC
快捷键 | 注释 |
---|---|
initBtn | UIButton 初始化 |
initImgV | UIImageView 初始化 |
initLab | UILable 初始化 |
initCell | UITableViewCell 初始化 |
initView | UIView 初始化 |
initTextF | UITextField 初始化 |
pna | @property (nonatomic, assign) |
pns | @property (nonatomic, strong) |
pnc | @property (nonatomic, copy) |
td | //TODO: |
mas_make | Masonry make 布局 |
mas_remake | Masonry remake 布局 |
mas_update | Masonry update 布局 |
- Post title:iOS 常用代码块
- Post author:xxxixxxx
- Create time:2020-11-21 00:00:00
- Post link:https://xxxixxx.github.io/2020/11/21/500-Xcode-代码块/
- Copyright Notice:All articles in this blog are licensed under BY-NC-SA unless stating additionally.
Comments