• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: Tab Bar iPad App With Table View(Conrad Shultz)
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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

  • Follow-Ups:
    • Re: Tab Bar iPad App With Table View
      • From: Conrad Shultz <email@hidden>
  • Prev by Date: Setting the firstResponder in a view
  • Next by Date: Re: Porting ResEdit Text Resources to OS X
  • Previous by thread: Re: Setting the firstResponder in a view
  • Next by thread: Re: Tab Bar iPad App With Table View
  • Index(es):
    • Date
    • Thread