-
TabView in iOS 18 and XCode 16
One of the things that i like with the SwiftUI released with XCode 16 is the new way to write a TabView. Now we can write: In the Tab properties we define the title and the image, in the body the view that we want display when that tab is selected. It’s very clear way….