This application stores the photos, names, production years, and brands of cars using Core Data. It also uses a TableViewCell to display the list of cars and a detailed view to show the detailed information of each car.
Example | Example |
---|---|
Registration Screen | List Screen |
---|---|
- Stores the photos, names, production years, and brands of cars using Core Data.
- Displays the list of cars using TableViewCell.
- Provides a detailed view for each car.
- Xcode 12 or later
- Swift 5.0 or later
- iOS 13 or later
- Clone this repository locally.
- Open Xcode and open the project.
- Install necessary dependencies to meet the requirements.
- Check the Core Data model by opening the
CarCatalog.xcdatamodeld
file in the project and make sure it fits your needs. - Run the application.
- Launch the application and browse the car catalog.
- Tap on any car to open the detailed view and view its detailed information.
- Edit the information of existing cars or add new ones by tapping on the "Edit" button on the detailed view.
This project is licensed under the MIT license. Please refer to the LICENSE
file for more information.
We always welcome contributions. If you want to add a new feature or fix a bug, please start a discussion or send a pull request before opening an issue.
- Clone this repository locally.
- Create a new branch.
- Make your changes and refactor.
- Add a new description and explain your changes.
- Upload your changes and create a request.