All Versions
5
Latest Version
Avg Release Cycle
85 days
Latest Release
3010 days ago
Changelog History
Changelog History
-
v80.0.0 Changes
June 14, 2016- ⚡️ 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
-
v71.0.0 Changes
September 13, 2015- ⚡️ Updated to Xcode 7 Beta 1, which added many
__kindof
annotations
- ⚡️ Updated to Xcode 7 Beta 1, which added many
-
v70.0.6 Changes
September 13, 2015- ⚡️ Updated to Xcode 7 GM, which introduced the following changes
- Many nullability annotations were added
- The
action
property was removed fromMAIMenuItem
, since is is nullable on OS X, but not on iOS - The
bezierPathByReversingPath
property was added toMAIBezierPath
- The
viewLoaded
property was added toMAIViewController
andMAISplitViewController
- The
firstResponder
property was added toMAICollectionView
numberOfSections
has been changed from a method to a property onMAICollectionView
- ⚡️ Updated to Xcode 7 GM, which introduced the following changes
-
v70.0.5 Changes
July 21, 2015- 🚚 Moved class and protocol declarations to their own header
- ⚡️ Updated to Xcode 7 Beta 4, which added the following method to MAILayoutManagerDelegate
- (BOOL)layoutManager:(id<MAILayoutManagerProtocol>)layoutManager shouldSetLineFragmentRect:(inout CGRect *)lineFragmentRect lineFragmentUsedRect:(inout CGRect *)lineFragmentUsedRect baselineOffset:(inout CGFloat *)baselineOffset inTextContainer:(id<MAITextContainerProtocol>)textContainer forGlyphRange:(NSRange)glyphRange
-
v70.0.4 Changes
July 12, 2015- 🎉 Initial public release