private void BuildVersion() { var version = UIDevice.CurrentDevice.SystemVersion; var parts = version.Split('.').Select(int.Parse).ToArray(); this.Version = new MvxIosVersion(parts); }