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

Trying To Use Without Storyboard #6

Open
ozanonurtek opened this issue Oct 26, 2016 · 0 comments
Open

Trying To Use Without Storyboard #6

ozanonurtek opened this issue Oct 26, 2016 · 0 comments

Comments

@ozanonurtek
Copy link

Hello,
I really like your project and I run your demo project in emulator and it works fine
My question is;
Since I m not using storyboard I try push my viewcontroller when cell is tapped, like bellow
DetailViewController *d = [DetailViewController new];
d.detailView.headerImageView = cell.cellImageView;
[self.navigationController pushViewController:d animated:NO];
But it doesnt work
Any idea how to achieve this one?
Thanks :)

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