Im wondering what I am doing wrong:
- Create xib and add on it UIView "FirstView".
- Under this UIView "FirstView" add another UIView "SecondView".
- On the FirstViewController load SecondView from nib.
it works at this point. Whats not working is that the "FirstView" doesnt seem to change after point 3. So the "SecondView" is properly loaded by not visible on "FirstView".
I hope it is clear enough.