Skip to content
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

Problems with Navigation Controller #47

Open
patricksan opened this issue Apr 10, 2012 · 1 comment
Open

Problems with Navigation Controller #47

patricksan opened this issue Apr 10, 2012 · 1 comment

Comments

@patricksan
Copy link

I created a UITableViewController following the DEMO.
The only different is that I added it inside an UINavigationController.

So when an user clicks a row, I have another view via:

    [self.navigationController pushViewController:anotherUITableViewController animated:YES];

When users select BACK, my first row of the table goes below the navigation bar. If I pull it down, I can see it.

Before pushViewController
self.view.bounds.size.height=367
self.view.bounds.size.width=320
self.view.bounds.origin.x=0
self.view.bounds.origin.y=0
self.tableView.bounds.size.height=367
self.tableView.bounds.size.width=320
self.tableView.bounds.origin.x=0
self.tableView.bounds.origin.y=0

After pushViewController
self.view.bounds.size.height=411
self.view.bounds.size.width=320
self.view.bounds.origin.x=0
self.view.bounds.origin.y= -44
self.tableView.bounds.size.height=411
self.tableView.bounds.size.width=320
self.tableView.bounds.origin.x=0
self.tableView.bounds.origin.y= -44

Do you have any idea where is the problem, please?

Full code can be found here: https://github.com/openphoto/mobile-ios/blob/master/OpenPhoto/TagViewController.m

Thanks

@naorlevi
Copy link

Hi, did you manage to find a solution to this problem?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants