I'm missing something obvious, but I have a tabBar type application which does what I want, except that on one the tab views, I have a button which will switch to another view except that when I execute the following line
It does indeed show the new view except that it's superimposed over the original view and I can still select buttons on the old view as well as stuff on the new view.
Any quick thoughts?
Thanks
Code:
[ self.view insertSubview:newView.view atIndex:0];
It does indeed show the new view except that it's superimposed over the original view and I can still select buttons on the old view as well as stuff on the new view.
Any quick thoughts?
Thanks