Skip to content

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

License

Notifications You must be signed in to change notification settings

nicnocquee/ComposerSheet

Repository files navigation

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)

Screenshot

About

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published