ios - UIScrollview not recognizing swipe from screen edge -


i have uiview containing uiscrollview. have set uiview header view of uitableview. uitableview 20px narrower screen have seit header view fit screen size.

the problem having cant swipe uiscrollview coming in screens edge on both sides. start paging when touch inside of screen.

is there way fix this? lot!

just fix by

self.automaticallyadjustsscrollviewinsets = no;  

put line in viewdidload method , create other controllers.

it's working on ios 7 , latter.


Comments

Popular posts from this blog

C# random value from dictionary and tuple -

cgi - How do I interpret URLs without extension as files rather than missing directories in nginx? -

.htaccess - htaccess convert request to clean url and add slash at the end of the url -