DEComposeViewController icon indicating copy to clipboard operation
DEComposeViewController copied to clipboard

A generic message view controller using the style of iOS compose view controllers

Results 2 DEComposeViewController issues
Sort by recently updated
recently updated
newest added

pls i have error in default inscructions ``` UIImageOrientation imageOrientation; switch ([UIApplication sharedApplication].statusBarOrientation) { case UIInterfaceOrientationLandscapeLeft: imageOrientation = UIImageOrientationRight; break; case UIInterfaceOrientationLandscapeRight: imageOrientation = UIImageOrientationLeft; break; case UIInterfaceOrientationPortrait: imageOrientation =...

Support for use of the library from CocoaPods has been added, but the podspec file has not yet been submitted to the CocoaPods repo, so the dependency must be now...