Hey there,
The first time a TWTRComposer is shown, there’s about a 1-2 second delay after the user taps a button and the composer appears.
Here’s the code, it’s super simple:
let composer = TWTRComposer()
composer.showFromViewController(self, completion: self.standardComposerWasDismissed)
After it’s been shown once, the composer appears instantly each subsequent time.
Is there any way to remove this delay? I’ve tried creating both a TWTRComposer and a TWTRComposerViewController well before they’re actually added to the parent UIViewController, but neither seem to speed up the first display of the composer. Is there something that the composer is loading that I can preload or something?
Thanks,
Ollie`