Applying rounded corners to a UIKit or SwiftUI view
How to round the corners of a UIKit or SwiftUI view in various ways.
Articles, podcasts and news about Swift development, by John Sundell.
How to round the corners of a UIKit or SwiftUI view in various ways.
Nick Lockwood, Core Animation veteran and creator of tools like SwiftFormat, joins John to talk about animations, layout, building parsers & compilers in Swift, declarative UI patterns and much more.
In today's WWDC Update, let's take a look at how Core Animation this year has been made a bit more "Swifty", thanks to some better annotations and how many of its APIs that previously relied on strings now use synthesized enums and option sets.
In this talk, we’ll go beyond animations and take a look at how Core Animation’s many powerful features can enable different kinds of high-performance rendering.
In this new (non-consecutive) series of posts - "Core Animation Gems" - we'll take a closer look at some of Core Animation's less widely known features and APIs, and how they can be used to solve problems related to animation and rendering in a nice way. This week, let's kick it off with the first one - CAReplicatorLayer.