Hi all. I find that I need to present different screens of information under one tab, depending on whether the user is "logged into" our app's service. If the user logs in (for which I can present a modal view), the entire display for the tab needs to change.
What's the best way to do this? Right now I have the controller for the tab's view loading different XIBs, but this violates Apple's guideline to have a one-to-one relationship between controllers and screens. Thanks for any suggestions. Gavin _______________________________________________ Cocoa-dev mailing list ([email protected]) 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 [email protected]
