Releases: av0c0der/CocoaExtensions
Releases · av0c0der/CocoaExtensions
Update to Swift 4.2
Fix Texture related bug in CocoaExtensions/Texture
0.1.8.3 Fix Texture subscpec error
Update corners rounding method
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
- Easily access to
large titles
APIs without checking for #availability - Easily push new View Controller with just a
UIViewController.push(vc)