In my iphone app, I am having a twitter page where the user can update his/her status.
Here, the problem is that the user has to click the button on view (say view A) and go to next view(say view B).
On that view (view B), the modal view then appears where in the user can add his authenication details and then submit.
Now I want that the modalview should appear on the that view (view A) rather than switching to another view (view B).
What should I do?
Please Help and Suggest
Thanks