escoz / QuickDialog

QuickDialog - Quick and easy dialog screens for iOS
http://escoz.com/open-source/quickdialog
Other
3.07k stars 637 forks source link

Sections need appearance customization... #684

Open rlaferla opened 10 years ago

rlaferla commented 10 years ago

QSection does not appear to have an "appearance" object. It would be nice to change the font, background color, text color, horiz/vert alignment, etc... of the section and it's title..

KoichiroKAMADA commented 10 years ago

me too. Qappearance has some kinds of property about sections. sectionTitleColor...etc But I can't find where I should use them.

In older version I could use "-(void) sectionHeaderWillAppearForSection:(QSection *)section atIndex:(NSInteger)indexPath" and it was very fine to customize everything about section headers.

Please help me how to customize headers in newer versions of QuickDialog.

thanks.

kepeifeng commented 9 years ago

set the root element's appearance