is UIDevice.CurrentDevice.CheckSystemVersion() broken?? it always returns true no matter what params I use
Debug.WriteLine(UIDevice.CurrentDevice.CheckSystemVersion (5, 0)); Debug.WriteLine(UIDevice.CurrentDevice.CheckSystemVersion (4, 0)); Debug.WriteLine(UIDevice.CurrentDevice.CheckSystemVersion (3, 0)); btw I'm using MonoTouch 5.3.2 Alex
_______________________________________________ MonoTouch mailing list [email protected] http://lists.ximian.com/mailman/listinfo/monotouch
