Skip to content

Latest commit

 

History

History
106 lines (73 loc) · 4.17 KB

File metadata and controls

106 lines (73 loc) · 4.17 KB

Tutorial

Use your data injecting your model with ObservableObject and ObservedObject


Report a Bug · Ask a Question

coverage

Table of Contents


About

This Tutorial will take you through the steps of setting up a Model for your project, configuring a Class for it file and using in the project.

For all the details about this tutorial read the relative notion page.


Getting Started

Installation

  1. Clone the repo

    git clone https://github.com/developer-academy-unina/Tutorial-Use-your-data-injecting-your-model-with-ObservableObject-and-ObservedObject
  2. Open the .xcodeproj file

How to

This Tutorial will take you through the steps of creating a simple app starting from an example project to show you how to use ObservableObject and ObservedObject. The goal is to turn a light bulb on and off, or to change the brightness with a slider.


Issues and Discussions

You've found a bug in the source code, a mistake in the documentation or maybe you'd like a new feature? Take a look at GitHub Discussions to see if it's already being discussed. You can help us by submitting an issue on GitHub. Before you create an issue, make sure to search the issue archive -- your issue may have already been addressed!

Please try to create bug reports that are:

  • Reproducible. Include steps to reproduce the problem.
  • Specific. Include as much detail as possible: which version, what environment, etc.
  • Unique. Do not duplicate existing opened issues.
  • Scoped to a Single Bug. One bug per report.

Support

Reach out to the maintainer at one of the following places:


Authors & contributors

The original setup of this repository is by Gianluca Orpello.

For a full list of all authors and contributors, see the contributors page.


License

This project is licensed under the MIT License.

See LICENSE for more information.