ios - Is is possible to control the speed and scrolling of a UITableView -


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:

enter image description here

enter image description here

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