2019年3月4日

摘要: self.deviceTable.estimatedRowHeight=44; self.deviceTable.rowHeight=UITableViewAutomaticDimension; -(CGFloat)tableView:(UITableView *)tableView heightForRowAtIndexPath:(NSIndexPath *)indexPa... 阅读全文
posted @ 2019-03-04 09:49 琴儿Aline 阅读(1380) 评论(0) 推荐(0) 编辑

2019年3月1日

摘要: R键:点击后热加载,直接查看预览结果 P键: 在虚拟机中显示网格,常用 O 键:切换iOS 和Android Q键 :退出调试 ctr +~ 打开 终端 阅读全文
posted @ 2019-03-01 17:26 琴儿Aline 阅读(144) 评论(0) 推荐(0) 编辑

2019年2月25日

摘要: 1.如何添加手势操作。 我们以在view上来举例 2.app性能的测试方法有哪些。 Xcode --> Open Developer Tool -->Instrumnets 2.测试fps 值 这个我们做列表刷新的时候就会经常用这个来测试 CADisplayLink 3.说一个你独立开发的项目中你遇 阅读全文
posted @ 2019-02-25 17:26 琴儿Aline 阅读(148) 评论(0) 推荐(0) 编辑
 
摘要: #import <UIKit/UIKit.h> @class FSTextView; typedef void(^FSTextViewHandler)(FSTextView *textView); IB_DESIGNABLE @interface FSTextView : UITextView /* 阅读全文
posted @ 2019-02-25 16:48 琴儿Aline 阅读(215) 评论(0) 推荐(0) 编辑

2019年2月19日

摘要: 失效的原因 是我在执行命令的时候输入错误了。在网上找了很多的办法都是以下两种方式: 其一:直接在linux命令行界面输入如下,然后回车(导入环境变量,以及shell常见的命令的存放地址): export PATH=/usr/local/sbin:/usr/local/bin:/sbin:/bin:/ 阅读全文
posted @ 2019-02-19 14:32 琴儿Aline 阅读(1412) 评论(0) 推荐(0) 编辑
 
摘要: 运行的这一句的时候 $ brew install --HEAD libimobiledevice checking how to hardcode library paths into programs... immediate ./configure: line 16050: syntax err 阅读全文
posted @ 2019-02-19 09:27 琴儿Aline 阅读(456) 评论(0) 推荐(0) 编辑

2019年2月18日

摘要: 第一步:下载flutter https://flutter.io/docs/development/tools/sdk/archive?tab=macos#macos 第二步:(development 本公举自己的文件夹) cd ~/development $ unzip /Users/yangqi 阅读全文
posted @ 2019-02-18 10:50 琴儿Aline 阅读(184) 评论(0) 推荐(0) 编辑

2019年2月15日

摘要: #import "YQDataManager.h" #import <YYModel/YYModel.h> #pragma mark - 数据model基类 @implementation YQListBaseModel + (NSDictionary *)modelCustomPropertyMa 阅读全文
posted @ 2019-02-15 13:37 琴儿Aline 阅读(413) 评论(0) 推荐(0) 编辑
 
摘要: #pragma mark - 将某个时间戳转化成 时间 +(NSString *)timestampSwitchTime:(NSString *)timestamp andFormatter:(NSString *)format{ NSDateFormatter *formatter = [[NSD 阅读全文
posted @ 2019-02-15 13:36 琴儿Aline 阅读(228) 评论(0) 推荐(0) 编辑

2019年2月14日

摘要: // screen #define kWidth [UIScreen mainScreen].bounds.size.width #define kHeight [UIScreen mainScreen].bounds.size.height #define kWindow [UIApplicati 阅读全文
posted @ 2019-02-14 11:19 琴儿Aline 阅读(141) 评论(0) 推荐(0) 编辑