You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.
{
ViewController2 *view2 = [[ViewController2 alloc] init];
[self.navigationController pushViewController:view2 animated:YES];
}
What can I do ?
Thank you
The text was updated successfully, but these errors were encountered: