-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

On 6/19/11 10:59 AM, Julie Seif wrote:
> Conrad,
> 
> Could you please tell me more about your idea with a
> UINavigationController hosing a UITableView....
> 
> Thanks.
> julie.

(Putting back on list.)

As I stated previously you will really want to pick up an intro book if
this is all foreign to you; I, at least, will not have the time to do a
full tutorial on how to implement what you are asking.

That said, in broad brush strokes what you will probably want to do is:

1) Add a UITabBarController to your app and set it as the main view.

2) Add a UINavigationController (this is what you see in iTunes, Mail,
etc. - anywhere where there is the characteristic "back" button at the
top left) to your app and drag it into the tab bar, causing a tab to get
assigned to it that is managed by the UINavigationController.

3) Add a UITableViewController to your app and set it to be the root
view controller of the UINavigationController.

4) Hook up the delegate and data source for the UITableViewController so
that: a) your menu items get displayed, and; b) when a menu item is
tapped, the appropriate new view controller is pushed onto the
UINavigationController's controller stack.

- -- 
Conrad Shultz

Synthetiq Solutions
www.synthetiqsolutions.com
-----BEGIN PGP SIGNATURE-----
Version: GnuPG/MacGPG2 v2.0.14 (Darwin)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iEYEARECAAYFAk3+VLEACgkQaOlrz5+0JdVngwCaA6cCs6TUgPboRhaJ9uF+bNor
nOMAn0u/GNiwfDOcaS16sOsGSGLNCqY0
=pQSg
-----END PGP SIGNATURE-----
_______________________________________________

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