We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
有两个controller 第一个有两屏幕内容高度的cell,第二个半屏幕内容高度的cell,当第一个滑动将menuview 置顶时,切换到第二个controller,此时第二个controller向上滑动到顶显示出header,再切回第一个controller,controller还是原来的offsety但是header会出现
The text was updated successfully, but these errors were encountered:
关于这个问题,我有点不太理解,你可以试试
override func keepChildScrollViewOffset(_ pageController: ShazamPageViewController) -> Bool { return false }
不知道是不是你想要的效果
Sorry, something went wrong.
fix #5
c80e99a
No branches or pull requests
有两个controller 第一个有两屏幕内容高度的cell,第二个半屏幕内容高度的cell,当第一个滑动将menuview 置顶时,切换到第二个controller,此时第二个controller向上滑动到顶显示出header,再切回第一个controller,controller还是原来的offsety但是header会出现
The text was updated successfully, but these errors were encountered: