view swap doesn't work...
i got two views in an nib with a button that is supposed to switch from one to the other...the function gets call properly but i get a blank white view rather than the one that is supposed to appears (not even sure what this view is...cus i only have two and they both have buttons on them)...
i'm changing it like this:
self.view = self.newview;
this is within a tab bar application...could this be a reason ?
it works normally in a non tab bar app...thanks
|