Skip to content

Instantly share code, notes, and snippets.

@seivan
Created January 31, 2014 03:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save seivan/8726142 to your computer and use it in GitHub Desktop.
Save seivan/8726142 to your computer and use it in GitHub Desktop.
[SINavigationControllerAccompanyTransition accompanyFromController:self
withNavigationController:self.navigationController];
[self.txtFieldPhoneNumber SH_addControlEvents:UIControlEventEditingChanged withBlock:[ETPhoneHandlers handlePhoneWithController:self]];
[self.txtFieldCountryName SH_setShouldBeginEditingBlock:[ETPhoneHandlers handleCountryWithController:self]];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment