daMaex

Results 2 comments of daMaex

I handled it like this: ``` __block UITextField* nameHandler; DAAlertAction *cancelAction = [DAAlertAction actionWithTitle:@"Cancel" style:DAAlertActionStyleDestructive handler:nil]; DAAlertAction *okAction = [DAAlertAction actionWithTitle:@"OK" style:DAAlertActionStyleDefault handler:^{ // work with it NSString * username...