Skip to content

Latest commit

 

History

History
60 lines (46 loc) · 2.55 KB

README.md

File metadata and controls

60 lines (46 loc) · 2.55 KB

Table of Contents

  1. Description
  2. Getting started
  3. Architecture
  4. Design
  5. API
  6. Packages
  7. Screen Shots

Gonna Be Rich

A project that shows 50 different coins prices and changes.

Description

The Gonna Be Rich project basic coin application.
It is designed with ba

Getting started

1. Make sure you have the Xcode version 14.0 or above installed on your computer.
2. Download the Gonna Be Rich project files from the repository.
3. Open the project files in Xcode.
4. Review the code and make sure you understand what it does.
5. You should see the sortable coin list.
6. When tap the cell of coin, detail view will appear and graphics shown.

Architecture

* Gonna Be Rich project is implemented using the Model-View-Controller (MVC) architecture pattern. * Models has data models and model managment file. * Views is responsible for displaying app UI. * Controllers uses models and for showing datas in views. * Constants is storage for datas that using different part of project and must writen correctly. * Cells is collecting different type of custom cells for table and collection views.

Design

  • Design similar to assignment pdf.
  • Also inspired from Mobbin apps.

API

PACKAGES

Screen Shots

Simulator Screenshot - iPhone 15 Pro - 2024-05-10 at 16 17 06 Simulator Screenshot - iPhone 15 Pro - 2024-05-10 at 16 17 14 Simulator Screenshot - iPhone 15 Pro - 2024-05-10 at 16 17 26 Simulator Screenshot - iPhone 15 Pro - 2024-05-10 at 16 17 35 Simulator Screenshot - iPhone 15 Pro - 2024-05-10 at 16 18 53 Simulator Screenshot - iPhone 15 Pro - 2024-05-10 at 16 18 59