You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 19, 2021. It is now read-only.
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.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
The text was updated successfully, but these errors were encountered: