Font bug
doremifaJ opened this issue · 2 comments
doremifaJ commented
When I change the system font on iPhone X , the form's font changed, not beautiful! How to fix it?
mats-claassen commented
By default, XLForm uses the [UIFont preferredFontForTextStyle:]
font. If you want a fixed font you could use cellConfig
on each row to set the font, even if this is a bit tedious
doremifaJ commented
thanks a lot,i got it,and use cellConfig fix it!