nameIsYong
nameIsYong
` let navigator:Navigator = AppDelegate.appNavigator() navigator.push(url)` 这里push有时候返回 nil ` public func push(_ url: URLConvertible, context: Any? = nil, from: UINavigationControllerType? = nil, animated: Bool = true) -> UIViewController? { return...
> 你这个问题我就没遇到过 > 你检查一下URL是否匹配到了,或者是提供一个demo 好的,谢谢,我再琢磨一下。
> 请问可以在TabBarController里使用吗? 可以的。
I had the same problem,push Sometimes return nil.
That is right,https://github.com/devxoul/URLNavigator/issues/114 Can you help me? thank you
> 我在 16.2 系统下遇到了同样的问题,16 以下没遇到问题 https://github.com/Tencent/QMUI_iOS/issues/1469 是IOS13版本适配问题,看样子CocoaDebug 已经停更了。项目已不用该框架了,可以使用netfox 代替它,但是netfox有点卡。
遇到类似问题,当数据源发生变化(删除正在显示的图片)并调用Lantern 的 reloadData()后页面并不会引起UI变化。 我认为reloadData里面的刷新逻辑还有点问题。希望作者可以解决该问题。