PinnedAnimate CALayer with Core AnimationAnimations are cool. You add animation to any part of your iOS app and it’ll instantly look more attractive. So here’s a short beginner…Aug 30, 2022Aug 30, 2022
Create a Stretchy Header view for UIScrollViewEver noticed how artist’s page has a header image on Apple Music or on Spotify that stretches as you scroll the page. It’s a subtle effect…Sep 27, 20221Sep 27, 20221
SwiftUI Data Flow |Part 1|SwiftUI is interesting. You can create complicated views very easily. However, maintaining data flow between those views can be daunting or…Sep 17, 2022Sep 17, 2022
Chain multiple animations to tell a story.I want my work to have a purpose. It should have a story to tell when people look at it. So, whenever I learn something, I tend to create…Sep 11, 2022Sep 11, 2022
Perspective Transformation of a CALayerWe can achieve beautiful results by 3D transforming a CALayer by various axis. It looks good, but we can make it even better by adding…Sep 9, 2022Sep 9, 2022
What is the AnchorPoint of a CALayer?AnchorPoint of a CALayer is an important property if you want to do any kind of geometrical transformation on that layer. Read the official…Sep 3, 2022Sep 3, 2022