bengottlieb / Twitter-OAuth-iPhone

An easy way to get Twitter authenticating with OAuth on iPhone
http://www.standalone.com
799 stars 155 forks source link

SA_OAuthTwitterEngine iOS 7 compatibility #118

Closed hemangshah closed 7 years ago

hemangshah commented 10 years ago

I'm using SA_OAuthTwitterEngine to post a message on Twitter.com (that's a tweet I mean), its working fine with iOS 6 and 7 too. But the only problem is with iOS7 look, that its status bar is mixing with the UIViewController which is opening with SA_OAuthTwitterEngine. I just want to confirm two things?

Have you made any change to support iOS7? If yes then please put me to that link, or else just give me an idea, where I can make changes to make it compatible? I mean the class / function in which I can make changes?

hemangshah commented 10 years ago

I've solved it out, SA_OAuthTwitterController.m is the place you can make change. Easy! :)