AckeeCZ / ACKategories

Swift tools, cocoa subclasses and extensions.
MIT License
56 stars 13 forks source link

🐛 Fix layer frame on orientation change. #74

Closed fortmarek closed 4 years ago

fortmarek commented 4 years ago

GradientView's frame was not being updated correctly during a transition between different orientations. Instead of addding a sublayer, we now modify the view's layer directly. More here

I have also changed to a new Changelog format with sections Added, Fixed, Changed

Checklist

github-actions[bot] commented 4 years ago

@fortmarek your pull request is missing a changelog!