Hi,
Apologize for cross posting but I mistakenly used the wrong list.
I've been trying to figure out a clean way to use GTMOAuth2ViewControllerTouch with storyboards without much success.
The problem is that I can't find how to initialize
GTMOAuth2ViewControllerTouch properly since it must use "
(id)initWithScope:(NSString *)scope clientID:(NSString *)clientID...". According to Apple's documentation the view controller's life cycle with Storyboards invokes
initWithCoder: and, if it's not implemented,
init:.[
1]
Unless I'm missing something I think that the proper way to solve this would be to implement init: (or initWithCoder: for that matter) in GTMOAuth2ViewControllerTouch and synthesize the proper setters.
Cheers,
Jorge Luis