FCAlertView icon indicating copy to clipboard operation
FCAlertView copied to clipboard

Fix text fields

Open elisaBarindelli opened this issue 8 years ago • 0 comments

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
}];

elisaBarindelli avatar Oct 27 '17 06:10 elisaBarindelli