FCAlertView
FCAlertView copied to clipboard
Fix text fields
Fixed a bug showing only one text field when adding more then one with
[alert addTextFieldWithPlaceholder:@"Email Address" andTextReturnBlock:^(NSString *text) {
NSLog(@"The Email Address is: %@", text); // Do what you'd like with the text returned from the field
}];