CFAlertViewController
CFAlertViewController copied to clipboard
It is a highly configurable iOS library which allows easy styling with built in styles as well as extra header and footer views so that you can make extremely unique alerts and action sheets.
**Commit 1:** * Adding Package.swift for SPM Support. * Adding `.gitignore` * Fixing compiler warnings. * Adding a bundle extension for a `current` variable. Which returns the bundle for SPM...
### New Pull Request Checklist * [ ] I have read and understood the [CONTRIBUTING guide](https://github.com/Codigami/CFAlertViewController/blob/develop/.github/CONTRIBUTING.md) * [ ] I have read the [Documentation](http://cocoadocs.org/docsets/CFAlertViewController/) * [ ] I have searched...
### New Issue Checklist * [x] I have read and understood the [CONTRIBUTING guide](https://github.com/Codigami/CFAlertViewController/blob/develop/.github/CONTRIBUTING.md) * [x] I have read the [Documentation](http://cocoadocs.org/docsets/CFAlertViewController/) * [x] I have searched for a similar issue...
It should be nice be able to change action button text font as parameter.
See preview:
Hi, The CFAlertTitleSubtitleTableViewCell.xib and CFAlertViewController.xib files have CFAlertViewControllerDemo setup as the Module instead of CFAlertViewController. It works in the demo for obvious reasons but when importing into other projects it...
### New Issue Checklist * [x] I have read and understood the [CONTRIBUTING guide](https://github.com/Codigami/CFAlertViewController/blob/develop/.github/CONTRIBUTING.md) * [x] I have read the [Documentation](http://cocoadocs.org/docsets/CFAlertViewController/) * [x] I have searched for a similar issue...
### Issue Info Info | Value | -------------------------------|-------------------------------------| Platform Name | e.g. ios Platform Version | e.g. 11.1 CFAlertViewController Version | e.g. 2.3.1 Integration Method |n/a (yet) Xcode Version |...
Sorry for asking a probably mundane question here, but would there be a way to set the statusbarStyle to lightContent for CFAlertViewController? I'm forced to use controller-based status bar appearance...
@shardul89 The android counter part has the above features. Any plans on adding it to iOS?