feat:iOS implement coordinator plugin
This commit is contained in:
@@ -124,7 +124,10 @@ - (DoricViewNode *)subNodeWithViewId:(NSString *)viewId {
|
||||
}
|
||||
return nil;
|
||||
}
|
||||
|
||||
- (void)scrollViewDidScroll:(UIScrollView *)scrollView {
|
||||
[self.delegate scrollViewDidScroll:scrollView];
|
||||
if (self.didScrollListener) {
|
||||
self.didScrollListener(scrollView);
|
||||
}
|
||||
}
|
||||
@end
|
||||
|
||||
Reference in New Issue
Block a user