-
Notifications
You must be signed in to change notification settings - Fork 54
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 goes under the navigation bar #1
Comments
@Piero87 Jack |
What you mean, how i can solve? |
你的意思你用xib初始化对吗? |
Yes i do it with xib inizialization...the uitableviewcontroller |
this is an example:
|
Same with UICollectionViewController... |
I have encountered this issue, as a work arround, set the content inset of your tableview/collectionview
|
Hello, i have tried your project and i have substitute the:
XHTableViewController *tableViewController = [[XHTableViewController alloc] init];
with a simple UITableViewController with xib, but the UITableview go under the UINavigationBar and the first two line are covered by the navigation bar. how i can do?
The text was updated successfully, but these errors were encountered: