xmartlabs / XLForm

XLForm is the most flexible and powerful iOS library to create dynamic table-view forms. Fully compatible with Swift & Obj-C.
MIT License
5.77k stars 953 forks source link

Font bug #1031

Closed doremifaJ closed 6 years ago

doremifaJ commented 6 years ago

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

mats-claassen commented 6 years ago

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 6 years ago

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