ios - How to reimplement UIScrollView paging using UIScrollViewDelegate methods -


for reason, pagingenabled of uiscrollview not fit demand, need set contentoffset manually. first need reimplement paging, , try find out how customize it.

is possible reimplement uiscrollview paging use uiscrollviewdelegate methods? , there examples?

i've found dmpagingscrollview implement paging using uiscrollview's delegate methods. works uiscrollview paging enabled, , more flexible.


Comments

Popular posts from this blog

android - Inheriting from Theme.AppCompat* -

broadcastreceiver - android BOOT_COMPLETED not received if not activity intent-filter -

basic authentication with http post params android -