Dung Vu
Results
1
comments of
Dung Vu
@qhu91it : can fix like that: ``` public func navigationController(_ navigationController: UINavigationController, willShow viewController: UIViewController, animated: Bool) { stackDelegate?.navigationController?(navigationController, willShow: viewController, animated: animated) if navigationController.viewControllers.count > screens.count + 1 {...