Flop
Flop
Reopen from master branch #75
Code too old. new version available r385 http://code.google.com/p/google-api-objectivec-client/source/browse/
Add missing file - GTMOAuth2ViewTouch.xib Simplify Spec
``` - (void)rightAlignForView:(UIView *)view; ``` need to be fixed this method use superview instead of view from parameter ``` - (void)rightAlignForView:(UIView *)view { [self rightAlignForSuperViewOffset:0]; } ``` https://github.com/andrewroycarter/UIView-Helpers/blob/master/UIView%2BHelpers.m#L194