gonzalezreal / Vertigo

Simple full screen image viewer with image zoom custom view controller transition
Other
355 stars 52 forks source link

Single tap to zoom out. Single tap or drag to dismiss. #3

Closed brianeunilkim closed 11 years ago

brianeunilkim commented 11 years ago

Fix. Hides image view before zoom-in transition and shows it after zoom-out transition. This prevents still image showing behind the zoom-in transition.

Update. Instead of single tap to dismiss while zoomed in, single tap will zoom back out. When zoomed out, single tap or draggin will dismiss. Facebook style.

gonzalezreal commented 11 years ago

Thanks for the fix on hiding the images. As for the behaviour changes, nothing against it, apart from a couple of comments I did on the code.

brianeunilkim commented 11 years ago

Scroll view vertical bounce setting moved to xib file. Removed unnecessary line. Thanks!

gonzalezreal commented 11 years ago

LGTM

gonzalezreal commented 11 years ago

Thanks for contributing.