You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With Swift 5 Xcode suggest me to change things like: NSLayoutFormatOptions to NSLayoutConstraint.FormatOptions. NSLayoutAttribute.centerX to NSLayoutConstraint.Attribute.centerX NSLayoutRelation.equal to NSLayoutConstraint.Relation.equal bytes: 4, alignedTo: 1 to byteCount: 4, alignment: 1
The text was updated successfully, but these errors were encountered:
With
Swift 5
Xcode suggest me to change things like:NSLayoutFormatOptions
toNSLayoutConstraint.FormatOptions.
NSLayoutAttribute.centerX
toNSLayoutConstraint.Attribute.centerX
NSLayoutRelation.equal
toNSLayoutConstraint.Relation.equal
bytes: 4, alignedTo: 1
tobyteCount: 4, alignment: 1
The text was updated successfully, but these errors were encountered: