Skip to content

Releases: av0c0der/CocoaExtensions

Update to Swift 4.2

12 Dec 10:04
Compare
Choose a tag to compare

Fix Texture related bug in CocoaExtensions/Texture

12 Dec 10:05
Compare
Choose a tag to compare
0.1.8.3

Fix Texture subscpec error

Update corners rounding method

11 Jan 12:03
Compare
Choose a tag to compare

Update UIView.roundCornersWithMask method.

Now it'll use existing mask if there's one and it'll allow us to put this method inside of layoutSubviews or viewDidLayoutSubviews and on each iteration only mask's path will be changed (the shape layer will not be recreated).

Just a few new convenience APIs for UIViewController

19 Dec 23:06
Compare
Choose a tag to compare
  • Easily access to large titles APIs without checking for #availability
  • Easily push new View Controller with just a UIViewController.push(vc)