This project follows Apple's SwiftUI tutorials, demonstrating key concepts for building modern iOS apps with SwiftUI. It covers UI design, navigation, data management, and animations.
- SwiftUI-based UI components and layouts.
- Navigation and data flow using
NavigationStackand@State. - Map integration and user location handling.
- Animations and gestures for an interactive experience.
- Language: Swift
- Frameworks: SwiftUI, MapKit
- State Management: @State, @Binding, ObservableObject
- Clone the repository:
git clone https://github.com/imsonalbajaj/landmarks-swift-tut.git
- Open the project in Xcode.
- Build and run on a simulator or physical device.
- Master the fundamentals of SwiftUI.
- Understand state management and UI updates.
- Integrate maps and location services in iOS apps.