在使用UIScrollView和它的子类UITableView时,有时需要在不同操作状态下,做不同的响应. 如何截获这些状态,如正在滚动,滚动停止等,使用UIScrollViewDelegate_Protocol. @interface SampleClass: UITableViewController<UIScrollViewDelegate> { ... } ... @end @implement SampleClass ... #pragma mark -#pragma mark UI…