I'm presenting my GTMOAuth2ViewControllerTouch view controller, but I can't see any cancel button. Facebook's ios login dialog has a nice cancel button in the upper left, so I'm wondering where the equivalent is in the GTMOAuth2ViewControllerTouch view. Is it something I need to activate manually? Is it hidden somewhere in GTMOAuth2ViewTouch.xib?
Ahh, I see. So I need to include a navbar at the top with my own cancel button.
On Monday, July 16, 2012 8:04:01 PM UTC-5, oster wrote:
The controller is generally presented in a modal frame that has a cancel button or by pushing it on a nav controller where the user can just press the back button.
On Mon, Jul 16, 2012 at 5:45 PM, Zak
I'm presenting my GTMOAuth2ViewControllerTouch view controller, but I can't see any cancel button. Facebook's ios login dialog has a nice cancel button in the upper left, so I'm wondering where the equivalent is in the GTMOAuth2ViewControllerTouch view. Is it something I need to activate manually? Is it hidden somewhere in GTMOAuth2ViewTouch.xib?