BZGFormField icon indicating copy to clipboard operation
BZGFormField copied to clipboard

Alert view is not displayed

Open Meseery opened this issue 10 years ago • 0 comments

I've declared an alert view message ,but it's never shown: if (![text validateMinimumLength:8]) { field.alertView.title = @"Password is too short"; return NO; } else { return YES; }

Meseery avatar Jan 21 '15 20:01 Meseery