[MonoTouch] MTNotes[11676:c07] Splitview controller <UISplitViewController: 0x75b8760> is expected to have a master view controller before its used!
technohead
dj_technohead at yahoo.com
Tue Oct 25 15:43:43 EDT 2011
Hi all,
getting this error reported to the console: MTNotes[11676:c07] Splitview
controller <UISplitViewController: 0x75b8760> is expected to have a master
view controller before its used!
The code being used looks as follows:
splitController = new UISplitViewController();
splitController.ViewControllers = new UIViewController[] {
hotelSearchViewController, hotelResultsViewController };
splitDelegate = new HotelResultsViewController.SplitDelegate
(hotelResultsViewController);
splitController.Delegate = splitDelegate;
this.View.AddSubview(splitController.View);
Any ideas what's going on?
thanks,
Dennis
--
View this message in context: http://monotouch.2284126.n4.nabble.com/MTNotes-11676-c07-Splitview-controller-UISplitViewController-0x75b8760-is-expected-to-have-a-master--tp3937989p3937989.html
Sent from the MonoTouch mailing list archive at Nabble.com.
More information about the MonoTouch
mailing list