SwiftUI FullScreenCover Fade In and Fade Out
|

SwiftUI FullScreenCover Fade In and Fade Out

One of the exciting aspects of SwiftUI is its robust animation capabilities. You can create smooth transitions between different views or when presenting modals. In this post, we’ll dive into how you can achieve a fade-in and fade-out animation when working with SwiftUI’s fullScreenCover. What’s a FullScreenCover? In SwiftUI, fullScreenCover allows you to present a…

How to Disable FullScreenCover Animation in iOS SwiftUI
|

How to Disable FullScreenCover Animation in iOS SwiftUI

Animations are a core aspect of modern mobile app development, bringing fluidity and dynamism to user interfaces. SwiftUI offers a host of pre-built animations that get applied by default to certain UI elements, including the fullScreenCover. While this is beneficial most of the time, there are instances where you’d like to suppress these animations. In…