I just updated to MonoDevelop 2.8.5 and MonoTouch 5.0.4, now I can't compile my UISplitViewController with an override for ShouldHideViewController. I get the following error:
Error CS0505: `LibreStream.MVCS.ControlLib.SplitViewController.ShouldHideViewController(MonoTouch.UIKit.UISplitViewController, MonoTouch.UIKit.UIViewController, MonoTouch.UIKit.UIInterfaceOrientation)': cannot override because `MonoTouch.UIKit.UISplitViewController.ShouldHideViewController' is not a method (CS0505) (ControlLib_iOS) I got around it by using a UISplitViewControllerDelegate, but I'm wondering if this is a bug or an intentional change? -- View this message in context: http://monotouch.2284126.n4.nabble.com/ShouldHideViewController-no-longer-a-member-of-UISplitViewController-tp4191966p4191966.html Sent from the MonoTouch mailing list archive at Nabble.com. _______________________________________________ MonoTouch mailing list [email protected] http://lists.ximian.com/mailman/listinfo/monotouch
