12
Swiftを使用してiOSでViewControllerを右から左に表示する方法
presentViewControllerを使用して新しい画面を表示しています let dashboardWorkout = DashboardWorkoutViewController() presentViewController(dashboardWorkout, animated: true, completion: nil) これにより、新しい画面が下から上に表示されますが、を使用せずに右から左に表示したいと思いUINavigationControllerます。 ストーリーボードの代わりにXibを使用していますが、どうすればよいですか?