Skip to content

pushViewController #4

@bayfatih2000

Description

@bayfatih2000

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions