This app fetches Json data from this url http://pastebin.com/raw/wgkJgazE and displays user name and image in a table view
Patterns used in this app are Observer pattern with a slight change, MVVM pattern for preparing the data that will be displayed in the table view controller.
- I could use a collection view displaying the pins in two columns with images sizes different.
- Some clean up is needed moving some code out of the table view controller
The normal installation process
TODO: Write usage instructions
- Fork it!
- Create your feature branch:
git checkout -b my-new-feature - Commit your changes:
git commit -am 'Add some feature' - Push to the branch:
git push origin my-new-feature - Submit a pull request :D
This task was made for Mind Valley company tech task
Just me wrote the app
MIT