FCAlertView icon indicating copy to clipboard operation
FCAlertView copied to clipboard

FCAlertView is a Flat Customizable AlertView for iOS (Written in Objective C)

Results 8 FCAlertView issues
Sort by recently updated
recently updated
newest added

I am trying to give gradient color to colorScheme can anyone help

enhancement

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...

bug
enhancement

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

enhancement

Can you add support for UITextView ?

enhancement

https://github.com/Carthage/Carthage

enhancement

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....

enhancement
help wanted

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...