SwiftUI Splash Screen

Hello friends. In this article, we will talk about how to create Splash Screen with SwiftUI. If we talk about what Splash Screen is, it is actually the first screen to be seen when the application is opened for the first time. Here, if you…

Edit Swift Activity Indicator

Activity Indicator usage is generally important. When we do something on the backplane, it is necessary to let the user know that something is behind. For this, a rotating circular object appears on the screen. We call it Activty Indicator. I have already mentioned how…