-
Notifications
You must be signed in to change notification settings - Fork 45
New issue
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
Question, How to using load more bottom scroll #11
Comments
Your question is not clear at all. Without code or detailed explanation of what you are experiencing I can not help you. |
I've added the refresh control below. It can't hold the footer. I use pod PullToRefreshKit.
|
You are probably adding it to your tableView inside bottomVC. Instead you should add it to the scrollView which you can get from
|
Not work When additional items were added, it caused the position to malfunction. I added at tp_scrollViewDidLoad. Still have offset issues Or should I use other methods? Can you recommend me |
I know the problem It will happen when adding items to the tableview. This will cause the offset to malfunction |
Change the code inside viewControllers(..) to below:
|
I have a problem with doing additional loading
pod PullToRefreshKit
Can you recommend How to solve this problem
And there is a problem with the bounce when I switch pages
The text was updated successfully, but these errors were encountered: