Hi everyone,
Very simple, but maybe difficult to answer question. How do you include an AdvancedTableViewCells (à la AppStore) inside a tab bar item?
(Just like the App Store Top 25 tab bar item)
Thanks for your help !
Hi everyone,
Very simple, but maybe difficult to answer question. How do you include an AdvancedTableViewCells (à la AppStore) inside a tab bar item?
(Just like the App Store Top 25 tab bar item)
Thanks for your help !
Table cells have nothing to do with tab bars, so you're going to have to be more specific.
Regards Tariq
don't know if I understood you well but you can include any view inside UITabBarItem just by using method:
initWithCustomView:
Cheers, Krzysztof Zabłocki