05 2017 档案

iOS 绘图
摘要:// // BezierCurveView.m // BezierCurveLineDemo // // Created by mac on 17/5/7. // Copyright © 2016年 kcl. All rights reserved. // #import "BezierCurveView.h" static CGRect myFrame; @interface ... 阅读全文

posted @ 2017-05-08 17:05 独步武林 阅读(160) 评论(0) 推荐(0)

一些iOS的UI特性
摘要:1 UI控件的一些基础属性 2 3 4 UITextFiled .inputAccessoryView 设置键盘上的toolbar 一般实现键盘的回收 5 UITextFiled .resignFirstResponder 注销收起键盘 6 UITextFiled .leftView 定制UITextFiled左边视图样式 7 UIT... 阅读全文

posted @ 2017-05-04 17:39 独步武林 阅读(159) 评论(0) 推荐(0)

CAShapeLayer+CADisplayLink 波浪动画
摘要:// // KCLWaveView.m // ButtonAnimation // // Created by kcl on 2017/5/4. // Copyright © 2017年 KCL. All rights reserved. // #define BackGroundColor [UI 阅读全文

posted @ 2017-05-04 13:36 独步武林 阅读(317) 评论(0) 推荐(0)