mirror of
https://github.com/timepill/timepill-app.git
synced 2025-04-30 01:49:30 +08:00
readme
This commit is contained in:
parent
f3c489ade3
commit
d1ebc9e9b9
1 changed files with 6 additions and 1 deletions
|
@ -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
|
Loading…
Reference in a new issue