ShawnFoo

Results 4 comments of ShawnFoo

Sorry. So busy this year. I'm afraid I have no time support WKWebView recently. I have read his article about that library in juejin before. I think that's a good...

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

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