Possible Duplicate:
Dropbox could not dismiss modal view controller
I am integrating dropbox in my app,i am using ios5 sdk when i try to dismiss the modal view controller after getting the username and password,its not dismissing.i would like to know whether dropbox api is updated or not?,please help me to fix this issue
You should use
[self dismissModalViewController:]in iOS5 instead of[self."somewhat" dismissModalViewController:]