xmartlabs / XLForm

XLForm is the most flexible and powerful iOS library to create dynamic table-view forms. Fully compatible with Swift & Obj-C.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Font Size

pkluz opened this issue · comments

What's the rationale behind having such a tiny font size for the title and text labels?

I don't know about you but that's basically the only thing that your calendar add event example differs in when compared to the original screen.

Why isn't UIFontTextStyleBody the default value in XLFormDescriptorCell -update methods on your cells instead of UIFontTextStyleHeadline? Should drop the "Bold" trait as well in order to reproduce iOS defaults.

Am I missing something?

@pkluz agreed, I will change the font type to the ios defaut. I also would like to make it configurable globally.
BTW XLFormViewController has Dynamic Type support and you can change the font size on settings for now.