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.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
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: