App User Interfaces Creation with SwiftUI
In this tutorial we are going to build SwiftUI User Interfaces with Xcode and ended up with simple iOS app.
We do not need to get Swift or SwiftUI separately. Those just come with XCode.
Previewing that user interface
Simulator
iOS simulator lets you test your app on a virtual on-screen device.
Canvas
Building User Interfaces
Layout Container Views
Layout Container Views help you arrange other View components on the user interface.
Modifier
Modifiers change the attributes of the View that they're attached to.
Comments
Post a Comment