guilhermearaujo / GUITabPagerViewController

MIT License
454 stars 69 forks source link

ADD possibility to set more options for tabBar (colors and font) #3

Open Urkman opened 9 years ago

guilhermearaujo commented 9 years ago

For customized tabs, you should use the data source method - (UIView *)viewForTabAtIndex:(NSInteger)index. Default view with different font face and color could be interesting though. I'll put this on hold until I get some time to clone and test this PR.