-
Notifications
You must be signed in to change notification settings - Fork 37
Open
Description
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 :)
Metadata
Metadata
Assignees
Labels
No labels