tags:

views:

17

answers:

2

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 !

A: 

Table cells have nothing to do with tab bars, so you're going to have to be more specific.

Regards Tariq

Tariq- iPHONE Programmer
A: 

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

Krzysztof Zabłocki