PinnedAsaduzzaman Sarker AnikAnimate 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
Asaduzzaman Sarker AnikCreate 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
Asaduzzaman Sarker AnikSwiftUI 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
Asaduzzaman Sarker AnikChain 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
Asaduzzaman Sarker AnikPerspective 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
Asaduzzaman Sarker AnikWhat 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