Number Text Animation in SwiftUI with contentTransition
Hallo bomen en bloemen, Leo hier. Today we will talk about number text animation in SwiftUI. I’m finally back. I took some “vacation time” and now the show must go on. If you work for a really big company, it is not unusual to be constrained to what other areas demand. For example, when I […]
Animating Carrousel Transitions in SwiftUI
Hello televisions and pans, Leo here. Today we will talk about animating view transitions in SwiftUI. The first thing that should come to your mind is that we will use the SwiftUI Transition API and you are absolutely right. But of course, we will also add some twists with Tab Views too. The transition API […]
Difference Between Implicit and Explicit Animations in SwiftUI
Hallo vrijgezellen en getrouwden, Leo hier. Today let’s talk about something that I learned last week that are implicit and explicit animations in SwiftUI. I know, I know… You are thinking: “Again is this guy talking about animations in SwiftUI”, but hold with me that I’m sure that you will learn something very interesting today. […]
From Concept to Code: Strategies for Planning Animations in SwiftUI
Hallo allemaal, Leo hier. Today we will talk about planning animations in SwiftUI. The past week I was very busy and couldn’t sleep very well since I was awake for more extended periods at night that was also an opportunity to study topics that I usually don’t touch because of lack of time. I discovered […]
Animated Background in SwiftUI
Hallo mijn vrienden, Leo hier. Today we will study an animated background in SwiftUI. SwiftUI definitely makes things easier, components that in the past you should spend days trying to do you can now do it in minutes. This is also true for animations. I love animations, and that is one of the topics that […]
Making Pixel Art Animations with UIImageView in Swift
Hallo heksen en tovenaars, leo hier. The topic today is how to make animations with UIImageView in Swift and bring life to your apps just using plain UIImage objects. Today we will explore an API that I discovered recently. Last week I had to animate the pin of a map. But it’s not animate it’s […]
Animating View Transitions in Swift
Hallo Dames en Heren, Leo hier. The topic today is animating View Transitions in Swift, and how to do smooth view animation transitions with UIKit. We will explore how can you create a transition animation between two view controllers. Whenever you try to present a view controller it can be animated or not. The good […]
How to Use UIKit Convert Function in Swift
Hallo vrienden, Leo Hier. Today’s topic is how to use Convert Function in Swift to create animations. Today we will see how can you a cool animation using scale and translate in your projects. Knowing how to animate things gives life and vibrancy to your projects. Custom animations can be really hard and not intuitive […]