talk-ios
talk-ios copied to clipboard
Handle preferredContentSizeCategory
The font size should be calculated using preferredContentSizeCategory in custom views.
https://github.com/nextcloud/talk-ios/blob/e6d9504d780e3277c32b0478fcd92c492f7a9a88/NextcloudTalk/ChatMessageTableViewCell.m#L260-L268
There's already some older work on this. Didn't this work properly? Move defaultFontSize
to superclass, change hardcoded values in NCChatMessage
and maybe do sth. like SLKPointSizeDifferenceForCategory
in NCUserInterfaceController
?
I would love to see this done. I have low vision, so reading the chat messages is difficult. Other than that the app is great.
Any chance of bumping this up the todo list?
In my ecosystem a lot of users are requesting this, I would love to see this done.