https://github.com/diggosilva/consolesretro
A iOS application written in Swift, that lists retro consoles.
https://github.com/diggosilva/consolesretro
cocoapods ios swift uikit xcode
Last synced: 8 months ago
JSON representation
A iOS application written in Swift, that lists retro consoles.
- Host: GitHub
- URL: https://github.com/diggosilva/consolesretro
- Owner: diggosilva
- Created: 2024-05-21T14:38:51.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-12-04T13:41:58.000Z (over 1 year ago)
- Last Synced: 2024-12-04T14:32:25.875Z (over 1 year ago)
- Topics: cocoapods, ios, swift, uikit, xcode
- Language: Swift
- Homepage:
- Size: 312 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ConsolesRetro
A iOS application written in Swift, that lists retro consoles, when the user selects a console, a tableView is displayed showing console details separated by Console's cell and games's cell. In this TableView, there are 2 customized cells and 1 section. When clicking on an game, the video of the selected game will open on YouTube.
## Contents
- [Requirements](#requirements)
- [Functionalities](#functionalities)
- [Setup](#setup)
- [Credits](#credits)
## Features
- Dark Mode
- Modern TableView
- MVVM
- View Code (UIKit)
- Custom elements
## Requirements
- iOS 17.0 or later
- Xcode 15.0 or later
- Swift 5.0 or later
## Functionalities
- [x] List of retro consoles
- [x] One Section showing console selected and your games
- [x] Show video on youtube
- [x] One tableView with two custom cells
## Setup
First of all download and install Xcode, Cocoapods and then clone the repository:
```sh
$ git@github.com:diggosilva/ConsolesRetro.git
```
After cloning, do the following:
```sh
$ cd /ConsolesRetro/
$ open ConsolesRetro.xcworkspace/
```
## Built With
* [SDWebImage](https://github.com/SDWebImage/SDWebImage) - Asynchronous image downloader with cache support as a UIImageView category
## Credits
- Diggo Silva
- Helio Mesquita