This repository serves as a template for building iOS mobile applications using Swift and SwiftUI. It provides a structured starting point with example views and view models, allowing developers to quickly bootstrap their projects.
- Swift: Written in Swift, the modern programming language for iOS development.
- SwiftUI: Utilizes SwiftUI for building user interfaces.
- MVVM Architecture: Implements the Model-View-ViewModel architecture pattern.
- Example Views: Includes a simple content view with a ViewModel.
To start using this template, clone the repository and open it in Xcode.
-
Clone the repository:
git clone https://github.com/ProjectDreadman/iOSAppTemplate.git cd iOSAppTemplate
-
Open the project in Xcode:
- Open Xcode
- Select "Open a project or file"
- Navigate to the cloned repository folder and select the .xcodeproj file
- Build and run the project on an emulator or physical device.
Contributions are welcome! Feel free to fork this repository, make improvements(via pull request), and submit pull requests.
This project is licensed under the MIT License - see the LICENSE file for details.