摘要: 搜索功能的备忘 UISearchBar UISearchBar是一个搜索栏,继承自UIView,也是常用的控件之一,所以特别写一篇备忘方便以后做工具文章。 例子: 一些常用的属性方法(更多请参考官方文档): barStyle:搜索栏风格,(default, black)。 text:搜索栏内的文字。 阅读全文
posted @ 2016-06-12 19:56 Alex_sun 阅读(230) 评论(0) 推荐(0) 编辑
摘要: CALayer layer是层,每个view上都会最少有一个layer,view上的可视化内容其实都是层。 CALayer展示实例 上面是一些常用的属性,更多属性请自行参考: backgroundColor:背景颜色 masksToBounds:将超过layer展示范围的内容剪掉 cornerRad 阅读全文
posted @ 2016-06-12 15:37 Alex_sun 阅读(164) 评论(0) 推荐(0) 编辑