Using the twitter api in ios5 how do i go about letting the user sign in initially? I see how it works using accounts.h if a user has already signed in on the device but is there a way to bring the user to the settings twitter screen to sign in if there is no twitter accounts logged in already? thanks
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
use this code if no account on device is added in settings it will transferred to the settings page
|
|||||||||
|
|
or you can go to setting page by for that It is little tricky , i get by the removing the subviews in
} here , deleate is your viewcontroller , if you are using this method inside your viewcontroller just use |
|||
|