Swift - UITableView scroll event -


i wondering how detect if uitableview scrolled (up or down). want hide keyboard when uitableview scrolled self.view.endediting(true).

thanks in advance

you can add uiscrollviewdelegate. after can implement scrollviewdidscroll method.


Comments

Popular posts from this blog

IF statement in MySQL trigger -

c++ - What does MSC in "// appease MSC" comments mean? -

android - MPAndroidChart - How to add Annotations or images to the chart -