Sections 1: Visual Editor in Xcode with Swift UI
Design your layout using the inspector, insert menu and modifiers
In this tutorial, we'll take a quick look at how to create a simple layout by only using the visual editing tools and without touching the code.
- The Insert Menu (Cmd + Shift + L) is great for bringing new elements.
- You can find a long list of all the controls available in iOS such as button, color picker, date picket, etc.
- You can drag and drop an item from the Insert Menu to the Preview or the code.
- The Inspector doesn't have all the styling options.
- For more modifiers, you can go to the Modifiers search field and find properties like background and cornerRadius.




Comments
Post a Comment