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;
}