FCAlertView
FCAlertView copied to clipboard
FCAlertView is a Flat Customizable AlertView for iOS (Written in Objective C)
I am trying to give gradient color to colorScheme can anyone help
Hi, when a textfield is added to the alert view and it becomes the first responder, the keyboard appears. When moving alert view up, you're not taking into consideration if...
I need to create an instance of the action buttons as i eant to validate the button action with some conditon in selection and deselection
I have a problem rotating my device with an alert added to the window. The alert is no longer centered and the background view is no longer the right size....
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...