No. I added it to the actual view.
Code:
[self.view addSubview:toolbar];
If I add the toolbar to the navigation controller like I originally had, it just doesn't make sense that when I load view1 I can't just hide the toolbar with something like "toolbar.hidden=TRUE;". I can remove it in view2 via this code but I'm just not sure how to remove it in view1's code. Seems like it should be really simple but being a newbie I don't get how to reference this in view1.