ComposerSheet

Composer sheet that looks similar with built in Twitter composer sheet on iOS written in Swift

MIT License

Stars
8
Committers
1

A simple composer sheet for Twitter written in Swift. For the sake of learning Swift, Auto Layout, and Unit testing with XCTest.

To use the composer:

let composer = DLFComposeViewController()
composer.delegate = self
composer.topMargin = 40
composer.modalPresentationStyle = UIModalPresentationStyle.Custom
self.presentViewController(composer, animated: true, completion: nil)