Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/wintersolid/randomcolors

A simple iOS app that displays a list of randomly generated colors and allows users to tap on a color to view its color. The app is built using Swift and UIKit
https://github.com/wintersolid/randomcolors

segues swift uikit

Last synced: about 1 month ago
JSON representation

A simple iOS app that displays a list of randomly generated colors and allows users to tap on a color to view its color. The app is built using Swift and UIKit

Awesome Lists containing this project

README

        

# Random Colors

A simple iOS app that displays a list of randomly generated colors and allows users to tap on a color to view its details. The app is built using Swift and UIKit, and demonstrates the use of table views, segues, and data passing between view controllers.

## Table of Contents
- Feature
- Screenshots
- Requirements
- Clone
- Technologies Used

## Feature
- Displays a list of 50 randomly generated colors.
- Tap on a color to see it in detail on a new screen.
- Uses a clean and modular code structure, with extensions and enums for better code management.

## Screenshots
#### SS1

#### ss2

#### SS3

#### ss4

## Requirements

- iOS 13.0+
- Xcode 12.0+
- Swift 5.0+
- Installation

## Clone
git clone https://github.com/WinterSolid/RandomColors.git

## Technologies Used

Swift
UIKit
Xcode