feat:iOS implement coordinator plugin
This commit is contained in:
@@ -370,6 +370,8 @@ - (NSInteger)doricFlowLayoutColumnCount {
|
||||
}
|
||||
|
||||
- (void)scrollViewDidScroll:(UIScrollView *)scrollView {
|
||||
[self.delegate scrollViewDidScroll:scrollView];
|
||||
if (self.didScrollListener) {
|
||||
self.didScrollListener(scrollView);
|
||||
}
|
||||
}
|
||||
@end
|
||||
|
||||
Reference in New Issue
Block a user