This commit is contained in:
mx1700 2019-08-25 21:00:09 +08:00
parent f3c489ade3
commit d1ebc9e9b9

View file

@ -15,4 +15,9 @@
NSIndexPath *indexPath = [NSIndexPath indexPathForItem:(self.fetchResult.count - 1) inSection:0];
[self.collectionView scrollToItemAtIndexPath:indexPath atScrollPosition:UICollectionViewScrollPositionTop animated:NO];
}
```
```
### android 上的问题
1. react-native-actionsheet-api bug
https://github.com/qfight/react-native-actionsheet-api/issues/4