You should put navigation controllers inside of your tab bar controller. That is, on the tab you want to contain navigation features, set that tab's view controller to be a UINavigationController. Then when you need to push a view, you can simply call pushViewController:animated: on that navigation controller.

Luke

On May 5, 2009, at 8:38 AM, James Lin wrote:

Hi list,

I have a iPhone program. The main interface is Tab Bar based and consist of 3 Tab Bar views.
On two of the tab bar views, I'll have a table view on each of them.
Once the table view cell is clicked, I need to do a "pushview" to show details of the item selected.

Basically I am doing a Tab Bar based application but need Navigation functionalities combined into one.

I have gone as far as having all Tab Bar views set and the table views done.

But I am stuck as Tab Bar Controller does not have a "pushview" functionality a la "Navigation Controller".

Any advice?

Thanks in advance...

James
_______________________________________________

Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)

Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com

Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/cocoa-dev/luketheh%40apple.com

This email sent to luket...@apple.com

_______________________________________________

Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)

Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com

Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com

Reply via email to