随笔分类 -  iOS相关

摘要:1.Xcode中显示工程编译的时间 defaults write com.apple.dt.Xcode ShowBuildOperationDuration YES 阅读全文
posted @ 2017-05-07 15:21 Dremo 阅读(689) 评论(0) 推荐(0)
摘要:Carthage Github地址:https://github.com/Carthage/Carthage 1. 安装Carthage pkg包地址:https://github.com/Carthage/Carthage/releases 2. Xcode文件夹中建立 Cartfile 3.在该 阅读全文
posted @ 2016-04-20 14:25 Dremo 阅读(353) 评论(0) 推荐(0)
摘要:// 备注名字长度 #define kRemarkNanmeLens 10 1.addTarget 和 设置代理 [self.textField addTarget:self action:@selector(textFieldEditChanged:) forControlEvents:UICon 阅读全文
posted @ 2016-02-25 18:05 Dremo 阅读(687) 评论(0) 推荐(0)
摘要:1. 使用条件: 在UITableViewController中使用 2.可以通过代码 : [self.refreshControl addTarget:self action:@selector(refreshControlAction:) forControlEvents:UIControlEv 阅读全文
posted @ 2016-02-19 11:12 Dremo 阅读(347) 评论(0) 推荐(0)