- A app that shows a text and image.
- ZStack
- VStack
- Text
- Image
- An app which uses basic SwiftUI component to build business card layout.
- ZStack
- HStack
- VStack
- Spacer
- Image
- A simple app which rolls two dice and show random dice faces.
- ZStack
- HStack
- Image
- Button
- A news app which fetches data from API and populates it in the navigation view and when user clicks a cell it navigates to a web view of corresponding url.
- List
- Navigation View
- Navigation Link
- Web Kit
- URLSession