[MonoTouch] creating outlets
scottmm
scott at macleman.org.uk
Sat Oct 22 10:52:37 EDT 2011
I had a similar problem after upgrading to Xcode 4 and md 2.8
To solve I rename my view, view_old. Create a new view with the old name.
This time I get a .xib and a .cs and a .desinger, not the old formt of .xib,
.xib.designer and .xib.cs.
Open the old view and copy all the elements into the new xib. Set the x, y
coords of the elements to what they were, copy the code from the .xib.cs
into the new .cs and rebuild.
You've now moved from an old .xib to a new. The process now takes me about
15 min, harder part is going through and writing down all the xy coords and
transferring them to the new xib.
Let me know if it works,
Scott
--
View this message in context: http://monotouch.2284126.n4.nabble.com/creating-outlets-tp3925466p3928301.html
Sent from the MonoTouch mailing list archive at Nabble.com.
More information about the MonoTouch
mailing list