Skip to content

Conversation

@camposmandy
Copy link

No description provided.

// TableViewController *tvc = [[TableViewController alloc] initWithNibName:@"TableView" bundle:nil];
TableViewController *tvc = [[TableViewController alloc] init];
[self.window setRootViewController:tvc];
UINavigationController *naveControle = [[UINavigationController alloc] initWithRootViewController:tvc];

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Porque voce esta programando em objective-C ?

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

Successfully merging this pull request may close these issues.

3 participants