Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

UITableView in drawer not updating labels for Dynamic Type changes #367

Open
seboslaw opened this issue Nov 10, 2019 · 0 comments
Open

UITableView in drawer not updating labels for Dynamic Type changes #367

seboslaw opened this issue Nov 10, 2019 · 0 comments

Comments

@seboslaw
Copy link

Hey guys,

I'm having problems with dynamic type in combination with Pulley. I've put a simple (auto-layouted) UITableView into my drawer VC. When I change the font size in Settings -> Accessibility -> Display & Text Size -> Larger Text before starting the app everything works fine.
However, if the app is already running and I change the font size it doesn't update the UILabels in my table view accordingly. It seems like UIContentSizeCategory.didChangeNotifications are not passed to the drawer VC. I've already tried observing this notification in the UITableViewCell and calling view.layoutIfNeeded(), but that doesn't solve the issue.
Do you have any idea how to fix this?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant