私は rootViewController を持っていてUITabBarController
、アクションに基づいて、正常に動作presentViewController
する tabBarController を呼び出します。提示されるコントローラは UINavigationController です
を使用して、現在提示されている UINavigationController から別の UINavigationController に移行したいというアクションに基づいていtransitionFromViewController:toViewController:duration:options:animations:completion:
ますが、エラーがスローされます。
Parent view controller is using legacy containment in call to -[UIViewController transitionFromViewController:toViewController:duration:options:animations:completion:]
UINavigationController で呼び出すときにこれを取得することについて人々は話しますが、これは UITabBarController のためのものであり、私はそれが異なることを願っています。
最終的には、現在提示されている UINavigationController から、クロス ディゾルブを使用して新しい UINavigationController に移行したいと考えています。最初のものを却下して 2 番目のものを提示できますが、そのスライドは下からのものです。これは可能ですか?