In Beta 5.1 of MonoTouch the API to check version changed, it is returning an int now.
UIDevice.CurrentDevice.CheckSystemVersion(5,0,0);
I can't find out what the int mean though. Before it was a bool.
In Beta 5.1 of MonoTouch the API to check version changed, it is returning an int now.
UIDevice.CurrentDevice.CheckSystemVersion(5,0,0);
I can't find out what the int mean though. Before it was a bool.
Copyright © 2021 Jogjafile Inc.
It was a mistake and it's noted in the 5.1 release notes:
The idea behind the
intversion was to enable code to do things like: