之前总结的笔记
- tableView手势冲突
1 | #pragma mark UIGestureRecognizerDelegate methods |
- XCTOOL
1 | XCTOOL 编译(工程名PhotoAlbum) |
- httpie && jq
1 | http 192.168.1.252:8888/appServer/common/main.do ver_num='1.0' | jq '. | {url: .interface_list.askInsert}' |
LLDB
image lookup -a 地址可以查看bug位置
断点添加条件三元运算符简化
1 | 推荐 result = object ? : [self createObject]; |