romansorochak / ParallaxHeader

Simple way to add parallax header to UIScrollView/UITableView written in Swift.
MIT License
1.03k stars 131 forks source link

Update Repostory for swift 5 #43

Open danishGsquad opened 5 years ago

danishGsquad commented 5 years ago

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

mohsinka commented 5 years ago

Any update?