2019年2月25日

摘要: 1.如何添加手势操作。 我们以在view上来举例 2.app性能的测试方法有哪些。 Xcode --> Open Developer Tool -->Instrumnets 2.测试fps 值 这个我们做列表刷新的时候就会经常用这个来测试 CADisplayLink 3.说一个你独立开发的项目中你遇 阅读全文
posted @ 2019-02-25 17:26 琴儿Aline 阅读(159) 评论(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 阅读(226) 评论(0) 推荐(0)