OC
文章平均质量分 61
_黎明
这个作者很懒,什么都没留下…
展开
-
NSString 及 NSMutableString 使用
NSString 及 NSMutableString 使用原创 2017-12-29 17:05:23 · 254 阅读 · 0 评论 -
UITextView 添加占位提示文字
UITextView添加占位文字简单好用的方法。主要运用drawRect:方法对占位文字进行绘制。 创建CustomPlaceholderTextView文件继承于UITextView,在CustomPlaceholderTextView.h 文件中有如下属性://占位文字@property (nonatomic, copy) NSString *placeholder;//占位文字...原创 2018-06-26 15:50:20 · 518 阅读 · 0 评论 -
获取图片中某一点的颜色
项目主要包含两个类 :GetScreenPointColor :获取触摸点并截图UIImage+GetPointColor :获取图片某一点的颜色GetScreenPointColor中包括3个方法:getClickedColorWithTouches::当有一个或多个手指触摸事件在当前视图或window窗体中响应getClickedPointWithTou...转载 2018-06-26 16:52:46 · 2405 阅读 · 0 评论