Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jish/yelp
Yelp iOS client (Swift)
https://github.com/jish/yelp
Last synced: 23 days ago
JSON representation
Yelp iOS client (Swift)
- Host: GitHub
- URL: https://github.com/jish/yelp
- Owner: jish
- License: mit
- Created: 2015-02-13T03:31:26.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2015-02-16T07:45:27.000Z (almost 10 years ago)
- Last Synced: 2024-10-31T17:13:50.359Z (2 months ago)
- Language: Swift
- Size: 1.88 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: Readme.md
- License: License
Awesome Lists containing this project
README
#### How many hours did it take to complete?
About 12 hours
#### Stories
- [x] Build a Yelp search results page
- [x] Table rows should be dynamic height, with auto layout constraints
- [x] Search bar should be in the navigation bar
- [x] Create a filter page using filters supported by the Yelp API
- [x] Category
- [x] Sort
- [x] Radius
- [ ] Deals (not enough room in the UI, and we don't want ads anyway... =/)
- [x] The filters page should be organized into sections
- [x] Submittin the search dismisses the fitlers page and triggers a new search#### GIF Walkthrough
![Yelp GIF Walkthrough](yelp.gif)
#### Open source software used:
* [Cocoa Pods][1]
* [AFNetworking][2]
* [MBProgressHUD][3]#### License
[MIT](License)
[1]: http://cocoapods.org/
[2]: http://afnetworking.com/
[3]: https://github.com/matej/MBProgressHUD