flutter_boost
flutter_boost copied to clipboard
ios 有多个UINavigationController,怎么给BoostDelegate的navigationController属性赋值?
1.ios window的根控制器通常是UITabBarController,UITabBarController会嵌套多个UINavigationController, BoostDelegate只有一个navigationController属性,所以该怎么给BoostDelegate的navigationController属性赋值?
v3.0-null-safety-release.2
- (void)pushFlutterRoute:(FlutterBoostRouteOptions *)options 你可以在这个方法里面获取到你的UINavigationController,直接进行push或者present操作吧