It's time to practice! With what you've learned in the previous articles, create an app that meets the following requirements:
- Display a list of posts in the screen from an array.
- Each post will contain the user image, the user name, a date, a text and an image.
- When the user taps on an user name or image, a view will be pushed showing the user profile (very basic view).
- When the user taps in the image of the post, a modal view will appear showing the image at its full size.
Be the first to comment