ortuman / SwiftForms

A small and lightweight library written in Swift that allows you to easily create forms.
MIT License
1.33k stars 209 forks source link

Dynamic Text support #145

Open appsird opened 7 years ago

appsird commented 7 years ago

If I change font size in IOS settings, then reload a fresh form, the font is set to the new size. though, I would prefer if the form is displayed, and I change the font size in iOS settings, then go back to the form view, the form be reloaded and font size scale accordingly. I set an observer to detect the IOS font settings change, then call self.tableView.reloadData() though the font does not resize. Would like to know if this is supported in current implementation.