How to post on twitter by hiding SLComposeViewController *tweetSheettweet instance
My app needs to support iOS 5. I have my custom UI where user can enter tweet message and when he presses post button, It should post message twitter. I have already written code for posting via SLComposeViewController *tweetSheet instance but in this case i cannot directly press send button presented by tweetSheet without presenting it by [self presentViewController:tweetSheet animated:YES completion:nil]; Is it possible to bypass this presentation and set text message and post to twitter via my custom ui which has post button ?? if ([SLComposeViewController isAvailableForServiceType