ios - Next image in scrollview overlaps the new view when pushing? -


i have scrollview displays bunch of images. when choosing current image in scrollview, push new view (using navigation controller).

my problem when push, see next imageview of scrollview overlaps new view before dismisses (like ghost). know that's because of: "scrollview.clipstobounds = no". want set attribute no because wanna see part of last image , next image in scrollview. help.

one of possible way(kind of trick) overcome hide scrollview controller before pushing new view , when come view show scrollview again using:

scrollview.hidden  = no; 

Comments

Popular posts from this blog

.htaccess - First slash is removed after domain when entering a webpage in the browser -

Automatically create pages in phpfox -

c# - Farseer ContactListener is not working -