Hi All,
I think I am going about this the wrong way so need a little help, please.
My Goal:
I have a UIImageView which displays a single image to the user. The view is in a UIView. When the user taps on the image I would like it to go into a full screen mode. Much like the current Facebook and eBay iOS apps do on iPhone.
Once in this mode, the user can zoom on the image and when done - swipe up / down on the image and it then goes back to the last view.
Problem
I am not entirely sure how this is done. On the apps mentioned, there is a new bar that appears at the bottom of the screen - the bar allows the user to do other actions. This, along with the swipe gesture makes me believe this full screen mode is actually presented with a new view controller. I just am not too sure how it is done.
I tried setting my UIImageView to full screen - but it misses everything else as described above.
Can anyone point me in the right direction. I'd really appreciate it.
Thanks!
I think I am going about this the wrong way so need a little help, please.
My Goal:
I have a UIImageView which displays a single image to the user. The view is in a UIView. When the user taps on the image I would like it to go into a full screen mode. Much like the current Facebook and eBay iOS apps do on iPhone.
Once in this mode, the user can zoom on the image and when done - swipe up / down on the image and it then goes back to the last view.
Problem
I am not entirely sure how this is done. On the apps mentioned, there is a new bar that appears at the bottom of the screen - the bar allows the user to do other actions. This, along with the swipe gesture makes me believe this full screen mode is actually presented with a new view controller. I just am not too sure how it is done.
I tried setting my UIImageView to full screen - but it misses everything else as described above.
Can anyone point me in the right direction. I'd really appreciate it.
Thanks!