-
## Environment
No need environment here, the crash does not related to environment
***react-native-pager-view@6.0.0-rc.2***
## Description
click to swap any pager many times, the u will got …
-
If videos and images are used together the UIPageViewController navigation has issues (see attached video). To reproduce the issue just add an image to the "Web videos" demo.
Also it would be nice …
-
Hi there,
First of all thank you for this amazing work.
I need to allow transition between views in cubical manner same like WhatsApp/Instagram. How to do such thing with UIPageViewController.
…
-
- [x] Add uiPageViewController
- [x] Add map view to feed map
- [x] Fetch posts based on distance for the map
- [x] Show the posts locations.
- [x] Add button in annotation where users can got to …
-
Hi cmotl , i have one question, if i want to load about 100 images to scrollview, the memory will increase. have any idea to fix it ???
-
When I swiping the view controllers the view controllers has changed but page control indexes are not updating and if I reached final page of the view controller its repeating again for first view con…
-
If an `ASDiplayNode` is visible when its viewController container is swiping away, its `didEnterVisibleState` is called after the swipe animation is complete even though the node is no longer in view.…
-
### New Issue Checklist
- [x] Updated Tabman to the latest version
- [x] I took a look at the [Troubleshooting Guide](https://github.com/uias/Tabman/blob/main/Docs/Troubleshooting.md)
- [x] I sea…
-
the code
```
- (UIViewController *)viewPager:(ViewPagerController *)viewPager contentViewControllerForTabAtIndex:(NSUInteger)index {
AMSettingsViewController *settings = [[AMSettingsViewControll…
-
Is there a way to load the view controllers of the adjacent tabs? That would make the swiping more fluid.
contentViewControllerForTabAtIndex is only called when the tab is selected.