Skip to content

Instantly share code, notes, and snippets.

@joelman
joelman / keybase.md
Created April 30, 2014 15:06
Keybase proof

Keybase proof

I hereby claim:

  • I am joelman on github.
  • I am joelman (https://keybase.io/joelman) on keybase.
  • I have a public key whose fingerprint is 40D2 E439 9162 3A4E 22A3 6E8F 2E97 7AFB ADE0 B94D

To claim this, I am signing this object:

// recursively set answers in the case of nested views
-(void) setAnswers:(UIView*) view
{
if([view isKindOfClass:[LatinTextField class]]) {
LatinTextField* latinTextField = (LatinTextField*) view;
[latinTextField setLatin:self.latin];
[latinTextField setEnglish:self.english];