-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
UITableView Top cell cut off my navigation bar #230
Comments
Hi nporter19 , |
You need to add action handler in
|
BUG: TableView section headers hide behind the Navigation bar in iOS 7 #181 @skmohanraj @nporter19 |
@liruqi Thanks, man. It did the trick! |
Turns out the key is ensuring that the pullToRefreshHandler block is set in viewDidAppear, not viewDidLoad. Here's a reference/discussion with the author: samvermette/SVPullToRefresh#230
When I add this code to my viewDidLoad
And I add this code to my viewDidAppear
[_packgeTableView triggerPullToRefresh];
My top cell of my table view is cut off, is there any known solution to this?
The text was updated successfully, but these errors were encountered: