i've got custom tableview cells 170 px tall. including table header can see 2 complete cells , portion of third. when scroll tableview, cells shift not stop until portion of third above table.
is possible change way table scrolls , allow me see of third cell. video illustrating issue available @ https://youtu.be/iuhur_wde90
images of issue:

it seems have enabled 'pagination' on uitableview.
you can rid of in interface builder, in scroll view section there's option called 'paging enabled' should switched off.
if don't use storyboards, tableview.pagingenabled = no; trick (though no default).
Comments
Post a Comment