https://github.com/vvkeep/marvelheros
https://github.com/vvkeep/marvelheros
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/vvkeep/marvelheros
- Owner: vvkeep
- Created: 2018-03-18T08:43:09.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-03-19T01:05:40.000Z (about 8 years ago)
- Last Synced: 2025-02-06T02:44:28.314Z (over 1 year ago)
- Language: Swift
- Size: 47.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
MarvelHeros implementation features
========================
* implemente custom view controller transitio
* can see a list of Marvel Super Heroes
* implemente leverage the use of pagination (20 heroes per page)
* network request has tip view
* can take a look at the details of any Super Hero
* all requirements for the details page have been implemented in hero detail view
* user can quick search query any hero by name
* user can add and delete like hero
* user can see all mark like hero in MHLikeHeroListViewController
* some features implement Unit tests and UI Tests
* ...
Other
========================
because I don't have enough time , so some utils in the project only encapsulate the necessary functions, so there are many deficiencies...