xmartlabs/XLForm

Font bug

Closed this issue · 2 comments

When I change the system font on iPhone X , the form's font changed, not beautiful! How to fix it?

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

thanks a lot,i got it,and use cellConfig fix it!