LEE

Results 216 comments of LEE

thank you. 🙂

暂时解决方案: 避免使用disk缓存, 使用.fromMemoryCacheOrRefresh

感觉可以用`func setViewControllers(_ viewControllers: [UIViewController], animated: Bool)`交换实现 来更新backBarButtonItem的显示, 明天我改一下试试看.

`EachNavigationBar` 中 `backBarButtonItem ` 使用的是`leftBarButtonItem`, 这是否会和外部设置的`leftBarButtonItem` 或 `leftBarButtonItems` 发生冲突?? 这个问题很矛盾 我感觉需要你来斟酌一下, 是否要尽量与原生NavigationBar的特性保持一致? ``` /// Bar button item to use for the back button in the child navigation item. open var...