-
Notifications
You must be signed in to change notification settings - Fork 40
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
Portion of the table hidden when I send a message #24
Comments
Hi @jjalcazar |
Hi @andreamazz |
Are you using a translucent navbar? |
Ok, looks like an inset problem, let me check and I'll get back to you |
Ok, I can confirm that you just need to set your insets, like this: [self.tableView setContentInset:UIEdgeInsetsMake(64, 0, 0, 0)]; You can find the updated sample with a translucent navigation bar in the latest commit. |
Thank you, I think that is |
Having the controller under a navigationcontroller, it works fine when it loads, but, when I write a message and send it (the table is updated), when I scroll to the top there is a portion hidden under the navigation bar
The text was updated successfully, but these errors were encountered: