Hi All,

I have added a new view with controller and built the view with IB, added some 
fields and wired them up.

I then do the following:

myView vw = new Myview();
TableViewController.NavigationController.PushViewController(vw,true);

I put a debug line in the views ViewDidLoad event and it fires off ok.

The problem is that the view never actually appears! No errors or anything, 
just doesn't show the view... and the screen is then locked up on the view I 
called it from so I am guessing it has the view loaded and at the top of the 
stack, it just doesn't show it.

Has anyone come across this?

I might add, I have other views called exactly the same way and they work fine, 
the difference being is that all the other views were created in IB3.x, this is 
the first brand new view created in IB/xCode4.2.

Dean

_______________________________________________
MonoTouch mailing list
[email protected]
http://lists.ximian.com/mailman/listinfo/monotouch

Reply via email to