Welp, figures the minute I post here I get it working... I guess just a simple post is all it takes to get things figured out?
For anyone wanting to do this... basically, in my XIB file, I have a View with 2 child Views (named HeaderView and MainShell). I created my connections in IB, then went back to MD. In MD, I copied the code form the sample MTSplitViewController project and made one small change, instead of window.AddSubview(this.oSplitViewController.View) I used shellWindow.AddSubview(this.oSplitViewController.View) (where shellWindow is the connection name i setup in IB for MainShell). -- View this message in context: http://monotouch.2284126.n4.nabble.com/Adding-a-MTSplitViewController-to-a-XIB-file-through-IB-tp4012987p4013468.html Sent from the MonoTouch mailing list archive at Nabble.com. _______________________________________________ MonoTouch mailing list [email protected] http://lists.ximian.com/mailman/listinfo/monotouch
