Just show the composer. If no Twitter Account is available, it will show an AlertView to go to Settings
var controller = SLComposeViewController(forServiceType: SLServiceTypeTwitter)
controller.setInitialText("My Post")
self.presentViewController(controller, animated: true, completion: nil)