15 followers
Welcome to iOS DevX by Xavier. Here I post Swift & SwiftUI demonstrations and tips. If you like my posts, 馃槡consider tipping me at buymeacoffee.com/xavierios
Introduction In the world of iOS app development, SwiftUI has gained significant popularity due to its modern, declarative approach to building user...
A Tutorial on make a custom calendar view with LazyVGrid 路 Hey everyone, happy WWDC 2023! In today鈥檚 post, we鈥檙e going to take a look at LazyVGrid in...
A tutorial on building a list with rows with alternating background 路 Enumerated Array in SwiftUI As you can see from the cover, in today鈥檚 post, I鈥檓...
A tutorial on making a Settings View 路 The Settings app is an essential part of the iOS ecosystem, allowing users to configure their devices and manage...
Animating View while Loading Data 路 Loading data is an essential task in any app that communicates with a server or performs intensive computations....
A tutorial on making a Post view with Model-View-ViewModel Design Pattern 路 Model-View-ViewModel (MVVM) is an architectural pattern that has gained a lot...