Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/wongzigii/colo
[DEPRECATED] Color Themes Hunter
https://github.com/wongzigii/colo
Last synced: 3 months ago
JSON representation
[DEPRECATED] Color Themes Hunter
- Host: GitHub
- URL: https://github.com/wongzigii/colo
- Owner: wongzigii
- License: apache-2.0
- Created: 2015-01-28T04:50:59.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2015-07-01T14:46:26.000Z (over 9 years ago)
- Last Synced: 2024-04-30T04:46:49.546Z (8 months ago)
- Language: Objective-C
- Homepage:
- Size: 1.2 MB
- Stars: 28
- Watchers: 0
- Forks: 10
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Colo
[![Build Status](http://img.shields.io/travis/wongzigii/Colo.svg?style=flat)](https://travis-ci.org/wongzigii/Colo)
Colo is an app helps you to discover color themes from [Adobe Color CC](https://color.adobe.com/explore/newest/?time=all). Colo's data source is based on `libxml2` library to parse content from website.
## Screenshots
![](./Assets/screenshot1.png) ![](./Assets/screenshot4.png)## Frameworks
- libxml2.dylib
- UIKit.framework
- CoreData.framework
- Foundation.framework
- SystemConfiguration.framework## Dependencies
- [Hpple](https://github.com/topfunky/hpple)
- [Reachability](https://github.com/tonymillion/Reachability)
- [PNChart](https://github.com/kevinzhow/PNChart)
- [MBProgressHUD](https://github.com/jdg/MBProgressHUD)
- [SWTableViewCell](https://github.com/CEWendel/SWTableViewCell)## Getting Start
``` sh
$ git clone https://github.com/wongzigii/Colo.git
$ cd Colo
$ pod install
$ open -a xcode Colo.xcworkspace
```## Trouble Shooting
Unresolved error Error Domain=NSCocoaErrorDomain Code=134100 "The operation couldn’t be completed. (Cocoa error 134100.)"
Delete application entirely within the iOS simulator and rebuild.
Error : Error Domain=NSURLErrorDomain Code=-1005 "The network connection was lost."Restart the iOS simulator and rebuild.
Refer to this issue : [https://github.com/AFNetworking/AFNetworking/issues/2314](https://github.com/AFNetworking/AFNetworking/issues/2314)## Todos
- More Features
- CoreData Support## Gesture Guide
- Double tapping the bottom bar to choose a specific collection according a country.
- Show Cell's UtilityButtons on swipe.## Design+Code
[email protected]## Contributing
Please feel free to help out with this project! If you see something that could be made better or want a new feature, open up an issue or send a Pull Request!## License
Colo is under Apache License 2.0, see the [LICENCE](./LICENSE) file for more info.