Dynamic text size with iOSMobileTable and other iOS controls

Hi,

iOS supports dynamic text sizes which allows the user to increase the text sizes for better readability.

The iOSMobileTable automatically adopts this. But at some point the row image jumps to a really huge size and becomes wider then the screen width.
Has somebody already seen that?

Simulator Screen Recording - iPhone 15 Pro Max - 2024-08-28 at 17.34.28

And how could I get labels and buttons to adopt this size too? It seems
iOSFont.SystemFontSize and iOSFont.SmallSystemFontSize are always the same.

Thanks for your help

I haven’t seen this. You might need to use a custom cell if this is important to fix for you.

To use dynamic font size for other controls, you will need iosdesignextensions.
Not at my Mac right now but I think this is it:

Button.SetAdjustFontForContentCategoryXC

1 Like