Zenon

Results 7 comments of Zenon

> in mac os 10.12.4 and xcode 8.3.2 use this entension. most of time tips the command" busy" or "failed". I have same problem

@tid-kijyun yes, the extension from the App Store

> 我这边也是这个问题 什么时候能修复啊 看作者吧,什么时候提一个新pod库。估计很多项目都影响了。

@luoshiyutim YYLabel 需要设置 preferredMaxLayoutWidth ,UILabel 不用

[[[UIApplication sharedApplication] delegate] window]

试过了,还是一样。 业务场景大部分 view 都是全屏 add 在 keyWindow 上。 尝试在 keyWindow.rootViewController 进行 present ,也无法解决。 TBActionSheet 能支持 Alert 风格吗?使用者可以自己定义 customView 。

我也有类似情况。 页面滑动到底下,push到其它页面,滑动返回后,导航栏透明。 还有另一个问题,就是在页面中使用UISearchController,也会让searchBar透明。