iOS:update js property
This commit is contained in:
parent
5c1714c15b
commit
aa368d2e4b
@ -314,7 +314,7 @@ - (void)removeDidScrollBlock:(__nonnull DoricDidScrollBlock)didScrollListener {
|
|||||||
|
|
||||||
- (void)scrollToItem:(NSDictionary *)params {
|
- (void)scrollToItem:(NSDictionary *)params {
|
||||||
BOOL animated = [params[@"animated"] boolValue];
|
BOOL animated = [params[@"animated"] boolValue];
|
||||||
NSUInteger scrolledPosition = [params[@"pos"] unsignedIntegerValue];
|
NSUInteger scrolledPosition = [params[@"index"] unsignedIntegerValue];
|
||||||
[self.view scrollToRowAtIndexPath:[NSIndexPath indexPathForRow:scrolledPosition inSection:0] atScrollPosition:UITableViewScrollPositionNone animated:animated];
|
[self.view scrollToRowAtIndexPath:[NSIndexPath indexPathForRow:scrolledPosition inSection:0] atScrollPosition:UITableViewScrollPositionNone animated:animated];
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user