xmartlabs/XLForm

Font Size

pkluz opened this issue · 3 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.