CFAlertViewController
CFAlertViewController copied to clipboard
Add the possibility to update the alert while is visible to the user
New Issue Checklist
- [x] I have read and understood the CONTRIBUTING guide
- [x] I have read the Documentation
- [x] I have searched for a similar issue in the project and found none
Issue Info
| Info | Value |
|---|---|
| Platform Name | ios |
| Platform Version | 12.0 |
| CFAlertViewController Version | 3.1 |
| Integration Method | cocoapods |
| Xcode Version | Xcode 10.1 |
Issue Description and Steps
It would be nice to have the possibility to change some alert properties dinamically, from a background thread while the alert is visible to the user (e.g. title, message).