Re: Tab Bar iPad App With Table View(Conrad Shultz)
Re: Tab Bar iPad App With Table View(Conrad Shultz)
- Subject: Re: Tab Bar iPad App With Table View(Conrad Shultz)
- From: Sivakumar Kandappan <email@hidden>
- Date: Sun, 19 Jun 2011 03:07:49 -0400
- Thread-topic: Tab Bar iPad App With Table View(Conrad Shultz)
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, "email@hidden"
<email@hidden> wrote:
>Conrad Shultz
_______________________________________________
Cocoa-dev mailing list (email@hidden)
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:
This email sent to email@hidden