Namespace: MonoTouch
Type Changed: MonoTouch.Constants
Removed:
public const string Version = "5.2.5";
Added:
public const string Version = "5.2.9";
Namespace: MonoTouch.AVFoundation
Type Changed: MonoTouch.AVFoundation.AVError
Added:
InvalidOutputURLPathExtension
Namespace: MonoTouch.AddressBookUI
Type Changed: MonoTouch.AddressBookUI.ABPeoplePickerNavigationController
Added:
public static ABPeoplePickerNavigationControllerAppearance AppearanceWhenContainedIn (params Type [] containers);
public static ABPeoplePickerNavigationControllerAppearance Appearance {
get;
}
public class ABPeoplePickerNavigationControllerAppearance : MonoTouch.UIKit.UIAppearance {
}
Namespace: MonoTouch.AssetsLibrary
Type Changed: MonoTouch.AssetsLibrary.ALAssetRepresentation
Added:
public virtual System.Drawing.SizeF Dimensions {
get;
}
Namespace: MonoTouch.AudioToolbox
Type Changed: MonoTouch.AudioToolbox.AudioFormatType
Added:
MPEG4AAC_ELD_V2
Namespace: MonoTouch.CoreVideo
Type Changed: MonoTouch.CoreVideo.CVPixelFormatType
Removed:
CV4444AYpCbCr16
Added:
CV4444AYpCbCr16,
OneComponent8,
TwoComponent8
Namespace: MonoTouch.EventKitUI
Type Changed: MonoTouch.EventKitUI.EKEventEditViewController
Added:
public static EKEventEditViewControllerAppearance AppearanceWhenContainedIn (params Type [] containers);
public static EKEventEditViewControllerAppearance Appearance {
get;
}
public class EKEventEditViewControllerAppearance : MonoTouch.UIKit.UIAppearance {
}
Namespace: MonoTouch.Foundation
Type Changed: MonoTouch.Foundation.NSCachedUrlResponse
Added:
public NSCachedUrlResponse (NSUrlResponse response, NSData data);
Type Changed: MonoTouch.Foundation.NSHttpCookie
Added:
public NSHttpCookie (string name, string value);
public NSHttpCookie (string name, string value, string path);
public NSHttpCookie (string name, string value, string path, string domain);
public NSHttpCookie (System.Net.Cookie cookie);
Type Changed: MonoTouch.Foundation.NSKeyedArchiver
Removed:
public static NSData ArchiveRootObjectToFile (NSObject root, string file);
Added:
public static bool ArchiveRootObjectToFile (NSObject root, string file);
Type Changed: MonoTouch.Foundation.NSUrl
Added:
public static NSString IsExcludedFromBackupKey {
get;
}
Namespace: MonoTouch.GameKit
Type Changed: MonoTouch.GameKit.GKAchievementViewController
Added:
public static GKAchievementViewControllerAppearance AppearanceWhenContainedIn (params Type [] containers);
public static GKAchievementViewControllerAppearance Appearance {
get;
}
public class GKAchievementViewControllerAppearance : MonoTouch.UIKit.UIAppearance {
}
Type Changed: MonoTouch.GameKit.GKFriendRequestComposeViewController
Added:
public static GKFriendRequestComposeViewControllerAppearance AppearanceWhenContainedIn (params Type [] containers);
public static GKFriendRequestComposeViewControllerAppearance Appearance {
get;
}
public class GKFriendRequestComposeViewControllerAppearance : MonoTouch.UIKit.UIAppearance {
}
Type Changed: MonoTouch.GameKit.GKLeaderboardViewController
Added:
public static GKLeaderboardViewControllerAppearance AppearanceWhenContainedIn (params Type [] containers);
public static GKLeaderboardViewControllerAppearance Appearance {
get;
}
public class GKLeaderboardViewControllerAppearance : MonoTouch.UIKit.UIAppearance {
}
Type Changed: MonoTouch.GameKit.GKTurnBasedMatchmakerViewController
Added:
public static GKTurnBasedMatchmakerViewControllerAppearance AppearanceWhenContainedIn (params Type [] containers);
public static GKTurnBasedMatchmakerViewControllerAppearance Appearance {
get;
}
public class GKTurnBasedMatchmakerViewControllerAppearance : MonoTouch.UIKit.UIAppearance {
}
Namespace: MonoTouch.MessageUI
Type Changed: MonoTouch.MessageUI.MFMailComposeViewController
Added:
public static MFMailComposeViewControllerAppearance AppearanceWhenContainedIn (params Type [] containers);
public static MFMailComposeViewControllerAppearance Appearance {
get;
}
public class MFMailComposeViewControllerAppearance : MonoTouch.UIKit.UIAppearance {
}
Type Changed: MonoTouch.MessageUI.MFMessageComposeViewController
Added:
public static MFMessageComposeViewControllerAppearance AppearanceWhenContainedIn (params Type [] containers);
public static MFMessageComposeViewControllerAppearance Appearance {
get;
}
public class MFMessageComposeViewControllerAppearance : MonoTouch.UIKit.UIAppearance {
}
Namespace: MonoTouch.ObjCRuntime
Type Changed: MonoTouch.ObjCRuntime.Dlfcn
Added:
public static IntPtr dlsym (IntPtr handle, string symbol);
Namespace: MonoTouch.UIKit
New Type: MonoTouch.UIKit.UIDictationPhrase
public class UIDictationPhrase : MonoTouch.Foundation.NSObject {
public UIDictationPhrase ();
public UIDictationPhrase (MonoTouch.Foundation.NSCoder coder);
public UIDictationPhrase (MonoTouch.Foundation.NSObjectFlag t);
public UIDictationPhrase (IntPtr handle);
public virtual string [] AlternativeInterpretations {
get;
}
public override IntPtr ClassHandle {
get;
}
public virtual string Text {
get;
}
}
Type Changed: MonoTouch.UIKit.UIImagePickerMediaPickedEventArgs
Added:
public System.Nullable<System.Drawing.RectangleF> CropRect {
get;
}
public UIImage EditedImage {
get;
}
public string MediaType {
get;
}
public MonoTouch.Foundation.NSUrl MediaUrl {
get;
}
public UIImage OriginalImage {
get;
}
Type Changed: MonoTouch.UIKit.UISplitViewController
Added:
public virtual bool PresentsWithGesture {
get;
set;
}
Type Changed: MonoTouch.UIKit.UIView
Added:
public static void AnimateNotify (double duration, MonoTouch.Foundation.NSAction animation, UICompletionHandler completion);
public static void AnimateNotify (double duration, double delay, UIViewAnimationOptions options, MonoTouch.Foundation.NSAction animation, UICompletionHandler completion);
public static void TransitionNotify (UIView withView, double duration, UIViewAnimationOptions options, MonoTouch.Foundation.NSAction animation, UICompletionHandler completion);
public static void TransitionNotify (UIView fromView, UIView toView, double duration, UIViewAnimationOptions options, UICompletionHandler completion);