Funnyer

Results 16 issues of Funnyer

Setter for 'isStatusBarHidden' was deprecated in iOS 9.0: Use -[UIViewController prefersStatusBarHidden]

1、不引入CocoaDebug的情况: ![正常情况下](https://user-images.githubusercontent.com/15104149/120299235-69a70500-c2fd-11eb-89fe-0e023e467538.png) 2、引入CocoaDebug 之后(尝试了use_modular_headers! 和use_frameworks! 的情况)(cpu占用暴涨100% 以上): ![use_modular_headers](https://user-images.githubusercontent.com/15104149/120299242-6c095f00-c2fd-11eb-92e0-1d2d5608c24e.png)

Module compiled with Swift 5.2.4 cannot be imported by the Swift 5.3 compiler: /Users/**/CocoaDebug.framework/Modules/CocoaDebug.swiftmodule/x86_64-apple-ios-simulator.swiftmodule

self.window.rootViewController = self.vc 在H5 全屏播放视频又返回之后 本来rootViewController 是我的tabbar ,现在导致页面获取的当前控制器变成了CocoaDebugViewController,页面跳转就不正常了

我在使用CocoaDebug和URLNavigator 开发程序时,H5 全屏播放视频,返回 if let windowRootViewController = window.rootViewController, window.isKeyWindow { rootViewController = windowRootViewController break } 这个地方获取的rootViewController 就不是项目内的控制器了,isKeyWindow可能是alert 级别的window,所以个人感觉这样获取的keyWindow比较合适: var keyWindow: UIWindow? = nil let windows = UIApplication.shared.windows for tmp in...

JXSegmentedTitleAttributeDataSource+ JXSegmentedTitleAttributeCell 配合实现富文本的UI时,传入一个带换行符的富文本字符串 titleLabel.textAlignment = .center 不生效 目前解决的办法是重写下面的方法重新设置一下textAlignment open override func reloadData(itemModel: JXSegmentedBaseItemModel, selectedType: JXSegmentedViewItemSelectedType) { super.reloadData(itemModel: itemModel, selectedType: selectedType ) titleLabel.textAlignment = .center }

JXSegmentedTitleAttributeCell中titleLabel.textAlignment = .center 没生效,需要在reloadData 中重新设置一次titleLabel.textAlignment = .center

为何默认的type="success_no_circle" 创建默认组件之后type="success"呢? ![屏幕快照 2019-09-05 下午10 34 45](https://user-images.githubusercontent.com/15104149/64352113-102d7b80-d02e-11e9-92f2-16c9848d47de.png)

When integrated pod

todo

![img_0032](https://user-images.githubusercontent.com/15104149/31478484-4c437d66-aed6-11e7-988b-02ce9ffa07c8.PNG)