CFAlertViewController
CFAlertViewController copied to clipboard
Feature Request: Support user's dynamic text settings
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 | Xcode 9.1 |
Repro rate | 100% |
Repro with our demo prj | YES |
Demo project link |
Issue Description and Steps
Dynamic text settings on the device are ignored, these are becoming more common in iOS 11 (I had a few requests for support for this from users after I only partially implemented dynamic support myself in an app refresh, messing up a few screens)
I think it should be fairly simple to add, as the code already supports scrolling if text becomes too large, and line wrapping if the headings are large. I think it would just be a case of changing the font used, in most places?
Any plans to add this?