Tumblr Feed is an app that shows a feed of images retrived via tumblr's api
The following required functionality is completed:
- App has a configured table view and table view call
- App populates the table view with data fetched from an API
The following optional features are implemented:
- App fetches posts from a different Tumblr blog
- App has a refresh control to update the table view
The following additional features are implemented:
- List anything else that you can get done to improve the app functionality!
Tumblr feed is an app that shows a feed of images retrived via tumblr's api. It also allows for the user to click on a post and view an expanded detail view of the post.
The following required functionality is completed:
- Setup navigation to the Detail Screen
- Created the Detail View UI
- Add the ability to pass data to the Detail View Controller
- Made personal finishing touches to the UI