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: 10 months 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
- Host: GitHub
- URL: https://github.com/wintersolid/randomcolors
- Owner: WinterSolid
- Created: 2024-08-21T17:50:26.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-22T18:32:57.000Z (almost 2 years ago)
- Last Synced: 2025-03-22T16:28:25.804Z (about 1 year ago)
- Topics: segues, swift, uikit
- Language: Swift
- Homepage:
- Size: 41 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
#### 
#### 
#### 
#### 
## 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