/iOSAppTemplate

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. Resources

Primary LanguageSwiftMIT LicenseMIT

iOSAppTemplate

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.

Features

  • 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.

Getting Started

To start using this template, clone the repository and open it in Xcode.

Prerequisites

Installing

  1. Clone the repository:

    git clone https://github.com/ProjectDreadman/iOSAppTemplate.git
    cd iOSAppTemplate
    
  2. Open the project in Xcode:

  • Open Xcode
  • Select "Open a project or file"
  • Navigate to the cloned repository folder and select the .xcodeproj file
  1. Build and run the project on an emulator or physical device.

Contributing

Contributions are welcome! Feel free to fork this repository, make improvements(via pull request), and submit pull requests.

License

This project is licensed under the MIT License - see the LICENSE file for details.