| Объявление |
| От | var label: String! |
| К | var label: String |
|---|
| Объявление | Введение |
| От | func setBackgroundColor(_ color: UIColor!) | iOS 8.2 |
| К | func setBackgroundColor(_ color: UIColor?) | iOS 8.3 |
|---|
| Объявление |
| От | init!() |
| К | init() |
|---|
| Объявление | Введение |
| От | func handleUserActivity(_ userInfo: [NSObject : AnyObject]!) | iOS 8.2 |
| К | func handleUserActivity(_ userInfo: [NSObject : AnyObject]?) | iOS 8.3 |
|---|
Измененный WKInterfaceController.openParentApplication ([NSObject: AnyObject], ответ: (([NSObject: AnyObject]!, NSError!)-> Недействительный)?)-> Bool [класс]
| Объявление | Введение |
| От | class func openParentApplication(_ userInfo: [NSObject : AnyObject]!, reply reply: (([NSObject : AnyObject]!, NSError!) -> Void)!) -> Bool | iOS 8.2 |
| К | class func openParentApplication(_ userInfo: [NSObject : AnyObject], reply reply: (([NSObject : AnyObject]!, NSError!) -> Void)?) -> Bool | iOS 8.3 |
|---|
Измененный WKInterfaceController.presentTextInputControllerWithSuggestions ([AnyObject]?, allowedInputMode: WKTextInputMode, завершение: ([AnyObject]!)-> Недействительный)
| Объявление | Введение |
| От | func presentTextInputControllerWithSuggestions(_ suggestions: [AnyObject]!, allowedInputMode inputMode: WKTextInputMode, completion completion: (([AnyObject]!) -> Void)!) | iOS 8.2 |
| К | func presentTextInputControllerWithSuggestions(_ suggestions: [AnyObject]?, allowedInputMode inputMode: WKTextInputMode, completion completion: ([AnyObject]!) -> Void) | iOS 8.3 |
|---|
| Объявление | Введение |
| От | class func reloadRootControllersWithNames(_ names: [AnyObject]!, contexts contexts: [AnyObject]!) | iOS 8.2 |
| К | class func reloadRootControllersWithNames(_ names: [AnyObject], contexts contexts: [AnyObject]?) | iOS 8.3 |
|---|
| Объявление | Введение |
| От | func updateUserActivity(_ type: String!, userInfo userInfo: [NSObject : AnyObject]!, webpageURL webpageURL: NSURL!) | iOS 8.2 |
| К | func updateUserActivity(_ type: String, userInfo userInfo: [NSObject : AnyObject]?, webpageURL webpageURL: NSURL?) | iOS 8.3 |
|---|
| Объявление |
| От | var cachedImages: [NSObject : AnyObject]! { get } |
| К | var cachedImages: [NSObject : AnyObject] { get } |
|---|
| Объявление | Введение |
| От | func setTintColor(_ tintColor: UIColor!) | iOS 8.2 |
| К | func setTintColor(_ tintColor: UIColor?) | iOS 8.3 |
|---|
| Объявление | Введение |
| От | func addAnnotation(_ location: CLLocationCoordinate2D, withImage image: UIImage!, centerOffset offset: CGPoint) | iOS 8.2 |
| К | func addAnnotation(_ location: CLLocationCoordinate2D, withImage image: UIImage?, centerOffset offset: CGPoint) | iOS 8.3 |
|---|
| Объявление | Введение |
| От | func addAnnotation(_ location: CLLocationCoordinate2D, withImageNamed name: String!, centerOffset offset: CGPoint) | iOS 8.2 |
| К | func addAnnotation(_ location: CLLocationCoordinate2D, withImageNamed name: String?, centerOffset offset: CGPoint) | iOS 8.3 |
|---|
| Объявление | Введение |
| От | func setAccessibilityImageRegions(_ accessibilityImageRegions: [AnyObject]!) | iOS 8.2 |
| К | func setAccessibilityImageRegions(_ accessibilityImageRegions: [AnyObject]) | iOS 8.3 |
|---|
| Объявление | Введение |
| От | func setAttributedTitle(_ attributedTitle: NSAttributedString!) | iOS 8.2 |
| К | func setAttributedTitle(_ attributedTitle: NSAttributedString?) | iOS 8.3 |
|---|
| Объявление | Введение |
| От | func setColor(_ color: UIColor!) | iOS 8.2 |
| К | func setColor(_ color: UIColor?) | iOS 8.3 |
|---|
| Объявление | Введение |
| От | func setTitle(_ title: String!) | iOS 8.2 |
| К | func setTitle(_ title: String?) | iOS 8.3 |
|---|
| Объявление |
| От | let WatchKitErrorDomain: NSString! |
| К | let WatchKitErrorDomain: String |
|---|