Hi,I'm just learning Cocoa.
I need to build an app that has a navigation controller and a tab bar
controller. Similar to the Huffington Post app: the initial view for the
tab bar will be a table view, and each row in the table view will open up a
detail view, and of course the nav bar at the top
conceptually understand tab bar and navigation controllers
better too.
Thank you!
Beth
On Fri, Jun 5, 2009 at 11:29 AM, Randall Meadows wrote:
> On Jun 5, 2009, at 11:18 AM, Beth Freeman wrote:
>
> Hi,I'm just learning Cocoa.
>>
>> I need to build an app that has a navigatio
Hello,This is a follow up question to my previous question about combining a
navigation controller with a tab bar controller.
I have successfully combined the two in building the interface with
Interface Builder: My top level controller is a tab bar controller. This
references a navigation contro
up you app delegate, since it looks like the problem
> that you are having is that your app delegate's "topicsTableNavController"
> outlet is not getting set.
>
> Hope this helps,
>- Greg
>
>
> On Jun 15, 2009, at 8:26 AM, Beth Freeman wrote:
Hi all,I am building a multiview app and rather than having a root view
controller with two subviews, I thought I'd try putting the view switching
code into the app delegate as follows. However, it's not working. Is this
a dumb thing to do? Should I always use a root view controller if I'm
switc