MAIKit v80.0.0 Release Notes
Release Date: 2016-06-14 // over 8 years ago-
- ⚡️ Updated to Xcode 8 Beta 1
- Some methods and properties, including initializers, are no longer nullable
gestureRecognizers
was added toMAIControl
and its subclassesbackgroundColor
was added toMAIDatePicker
,MAIScrollView
,MAITableView
,MAITableViewRowAction
, andMAIWindow
view
was added toMAIViewController
andMAISplitViewController
dataSource
was added toMAITableView
firstAnchor
andsecondAnchor
were added toMAILayoutConstraint
hasAmbiguousLayout
was added toMAILayoutGuide
NS_SWIFT_UNAVAILABLE
was added toMAILayoutAttributeBaseline
andMAILayoutFormatAlignAllBaseline
layoutManager
,textStorage
andlinkTextAttributes
were added toMAITextView
+colorWithDisplayP3Red:green:blue:alpha:
was added toMAIColor
-application:userAcceptedCloudKitSharing:
was added toMAIApplicationDelegate
sectionHeadersPinToVisibleBounds
andsectionFootersPinToVisibleBounds
were added toMAICollectionViewFlowLayout
indexPath
was added toMAICollectionViewLayoutAttributes
indexPathBeforeUpdate
andindexPathAfterUpdate
were added toMAICollectionViewUpdateItem
calendar
was added toMAIDatePicker
familyName
was added toMAIFont
postscriptName
was added toMAIFontDescriptor
action
was added toMAIMenuItem
-initWithCoder:
was added toMAIPrintInfo
title
was added toMAITableViewRowAction
- Additional
__kindof
annotations - Some properties and methods are marked
__TVOS_PROHIBITED
- There are no common properties or methods between iOS and macOS marked
__WATCHOS_PROHIBITED
NS_NOESCAPE
was added to some block parameters
- ⚡️ Updated to Xcode 8 Beta 1
Previous changes from v71.0.0
-
- ⚡️ Updated to Xcode 7 Beta 1, which added many
__kindof
annotations
- ⚡️ Updated to Xcode 7 Beta 1, which added many