Created by Nadir Shah
This is a modest project that aided me in enhancing my comprehension of SwiftUI on the iOS platform
- Drag and drop to create code
- Easy layouts VHZ Stack (Vertical, Horizontal, and Z-axis Stack)
- Highly reusable UI
- Cross apple platform (single code base for all apple projects like iphone, ipad and so on.)
- Mac Catalyst (The app build for iphone or ipad can be run directly into MacOS)
- How to start your first SwiftUI Project.
- Work with Xcode preview and the object library to generate SwiftUI code.
- Learn to use SwiftUI modifiers to set properties for components.
- Learn how to arrange elements using SwiftUI Stacks.
- Learn how to add and size Image components.
- Learn how to arrange elements to create complex layouts.
- Learn to add custom fonts to your project.
- Learn how to work with RGB Colors and HEX codes.
- Learn to use SF Symbols in SwiftUI.
- Learn how to extract Subviews to create reusable SwiftUI components.
- Create an app with functionality.
- More practice creating layouts.
- Work with spacers and padding.
- Create Subviews with properties that can change.
- Learn about how SwiftUI manages State.
- Learn to work with SwiftUI Lists and the Identifiable Protocol.
- Use a Navigation View to navigate between the List and a details View.
- Advanced State Management using the Observer Design Pattern.
- Learn to incorporate a UIKit component into SwiftUI by using WebKit to display web pages in your app.
Made with ❤️
Copyright © Nadir Shah