I have a project in which I need a custom panel, a navigation controller and a pageview control in one view. I managed to create this, but I ran into an error that I cannot solve:
The first view manager in my page view manager does not set the correct height for its view (more precisely, its value is Y). Scrolling of the moment begins with the fact that the correct height is set.
I created a minimal testproject here .
Edit: I tried setting collectionView.contentInset and automaticallyAdjustsScrollViewInsets with all possible combinations, but to no avail. Is anyone
ios uiscrollview uinavigationcontroller uipageviewcontroller
vrwim
source share