I have to create a profile screen in order to display user profile image and below the screen there are 4 options given in order to show:
- Profile
- Gallery
- Tattoos
- Videos
I have used UIImage
for displaying User's profile and a scrollview in which I have used 4 buttons to show the options.
What I am confused about now how to show all the four contents of those options by clicking the button?
Should I use container or normal view?