TWTRComposerViewController not appearing in iPhone X landscape
问题 We are implementing TWTRComposerViewController in our landscape App for posting tweets from the App using videos created within the App. We're using the below written code: if (Twitter.sharedInstance().sessionStore.hasLoggedInUsers()) { let txtString = "App-Name" let composer = TWTRComposerViewController(initialText:txtString, image:nil, videoURL:nil) composer.delegate = self viewController.present(composer, animated: false, completion: { completion(true) }) } else { Twitter.sharedInstance()