I realize that TWTweetComposeViewController
is new to iOS 5
(which is now a bit old in itself). I would like to still support pre iOS 5
devices for my app however, so might I be able to control for this?
Would I need to do an OS version check and wrap the TWTweetComposeViewController
in an if..else statement? Or is there another way to check and see if TWTweetComposeViewController
is accessible?
Anyone have any idea?
Cheers, Brett