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.
- Feature
- Screenshots
- Requirements
- Clone
- Technologies Used
- 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.
- iOS 13.0+
- Xcode 12.0+
- Swift 5.0+
- Installation
git clone https://github.com/WinterSolid/RandomColors.git
Swift UIKit Xcode