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

pushViewController #4

Open
bayfatih2000 opened this issue Apr 9, 2013 · 1 comment
Open

pushViewController #4

bayfatih2000 opened this issue Apr 9, 2013 · 1 comment

Comments

@bayfatih2000
Copy link

When I select a cell on the table, it passes to second screen. However, the second screen comes with only a black page. Nothing (button, label...) is seen.

  • (void)tableView:(UITableView *)tableView didSelectRowAtIndexPath:(NSIndexPath *)indexPath
    {
    ViewController2 *view2 = [[ViewController2 alloc] init];
    [self.navigationController pushViewController:view2 animated:YES];
    }

What can I do ?

Thank you

@bayfatih2000
Copy link
Author

Also, storyboard (from table cell to second view controller) is not working. I don't understand why?

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

1 participant