I have an application with multiple xib views I created in interface builder. I am not using storyboards as I am supporting ios 4. Currently each of those views has a separate view controller. I think one of the views might be better off as a subview of the main view that gets hidden or shown as needed. I can do that programmatically, but was wondering how I would do that with interface builder support? If it is possible, could I still define outlets on that view? How would that work?
This question arose while experiencing issues passing data back and forth between controllers. What is the most common method of passing data between controllers when that data could change every time the view is shown? -- View this message in context: http://monotouch.2284126.n4.nabble.com/Multiple-xib-files-per-viewcontroller-tp4592876p4592876.html Sent from the MonoTouch mailing list archive at Nabble.com. _______________________________________________ MonoTouch mailing list [email protected] http://lists.ximian.com/mailman/listinfo/monotouch
