from 5.2.12 to 5.2.13
Namespace: MonoTouch
Type Changed: MonoTouch.Constants
Removed:
public const string Version = "5.2.12";
Added:
public const string Version = "5.2.13";
Namespace: MonoTouch.AVFoundation
Type Changed: MonoTouch.AVFoundation.AVAssetImageGenerator
Removed:
public virtual MonoTouch.CoreGraphics.CGImage CopyCGImageAtTime (MonoTouch.CoreMedia.CMTime requestedTime, MonoTouch.CoreMedia.CMTime actualTime, MonoTouch.Foundation.NSError outError);
Added:
public virtual MonoTouch.CoreGraphics.CGImage CopyCGImageAtTime (MonoTouch.CoreMedia.CMTime requestedTime, out MonoTouch.CoreMedia.CMTime actualTime, out MonoTouch.Foundation.NSError outError);
public virtual void GenerateCGImagesAsynchronously (MonoTouch.Foundation.NSValue[] cmTimesRequestedTimes, AVAssetImageGeneratorCompletionHandler handler);
set;
Type Changed: MonoTouch.AVFoundation.AVCaptureDevice
Added:
public virtual bool IsFocusModeSupported (AVCaptureFocusMode focusMode);
public virtual bool IsWhiteBalanceModeSupported (AVCaptureWhiteBalanceMode whiteBalanceMode);
Namespace: MonoTouch.CoreMotion
Type Changed: MonoTouch.CoreMotion.CMMotionManager
Removed:
public virtual void StartDeviceMotionUpdates (CMAttitudeReferenceFrame referenceFrame, MonoTouch.Foundation.NSOperationQueue queue, CMMagnetometerHandler handler);
Added:
public virtual void StartDeviceMotionUpdates (CMAttitudeReferenceFrame referenceFrame, MonoTouch.Foundation.NSOperationQueue queue, CMDeviceMotionHandler handler);
Namespace: MonoTouch.Foundation
Type Changed: MonoTouch.Foundation.NSBundle
Removed:
public static bool LoadNib (string nibName, NSObject owner);
public virtual string PathForImageResource (string resource);
public virtual string PathForSoundResource (string resource);
Type Changed: MonoTouch.Foundation.NSFileCoordinatorWritingOptions
Added:
ForReplacing
Namespace: MonoTouch.UIKit
Type Changed: MonoTouch.UIKit.UIAppearance
Removed:
public override IntPtr ClassHandle {
get;
}
Type Changed: MonoTouch.UIKit.UISlider
Added:
public virtual UIImage MaxValueImage {
get;
set;
}
public virtual UIImage MinValueImage {
get;
set;
}
Let us know how you feel about this
Translation Quality
0/250
Xamarin Workbook
If it's not already installed, install the Xamarin Workbooks app first. The workbook file should download automatically, but if it doesn't, just click to start the workbook download manually.