ShawnFoo / FXCustomTabBarController

A category of UITabBarController with various custom styles for you to achieve any kinds of the tabBar you like with less work!
Apache License 2.0
21 stars 7 forks source link

可以补充一些配置 #1

Open wangbo6886 opened 8 years ago

wangbo6886 commented 8 years ago

可以把更多的一些属性设置加入到配置中 虽然都是一些自己也能简单实现的东西 - - !!

ShawnFoo commented 8 years ago

可以麻烦举个例子吗? 比如具体哪些属性名?

wangbo6886 commented 8 years ago

以我遇到过的需求来说。。。比如需要定制一些其他字体、整体的背景色、透明度 等等。。。 都是些简单的属性,既然封装了,感觉加上这些要更完整一点

ShawnFoo commented 8 years ago
  1. 字体设置 这周加上
  2. 整体背景色, 可以直接设置 UITabBar 的barTintColor属性, 或者通过[[UITabBar appearence] setBackgroundColor:Color]实现, 所以不另加了
  3. 透明度的实现, 这个我考虑下, 感觉用到的不大多, 一般是让设计童鞋出张有一定透明度或者带高斯模糊的图片(比如知乎TabBar的实现)然后给UITabBar设置上即可, 默认是系统translucent半透明效果