Hi For the the kind of view which you were mentioning you should create a standard or customised tableview controller and set the tabbar controllers property.After setting this add the tabbar view to the view which will show the tab bar. Once you click the tab bar button. Tableview controller load view will be called which will help to load all the items.
UITabBarcontroller *tabbarcontroller=[UITabBarController alloc] init]; tabbarcontroller.viewcontrollers=[NSArray arrayWithObjects:tablecontroller,nil]; Self.view=tabbarcontroller.view; that¹s it I guess. The above code was not tested. I advise you to test it Cheers Sivakumar On 6/19/11 1:57 AM, "cocoa-dev-requ...@lists.apple.com" <cocoa-dev-requ...@lists.apple.com> wrote: >Conrad Shultz _______________________________________________ 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