sakkaras / SKSTableView

An expandable table view.
MIT License
446 stars 115 forks source link

scrollviewdidscroll won't be called while scrolling the skstableview #39

Open xuefeng7 opened 9 years ago

xuefeng7 commented 9 years ago

I need to do some animations according to the content offset while the tableview scrolling; however, the skstableview seems like won't let the function scrollviewdidscroll to be called.

please clarify and help.

thanks a lot.