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

关于 MUPaperView 的标题问题 #2

Closed
hrscy opened this issue Jun 25, 2018 · 1 comment
Closed

关于 MUPaperView 的标题问题 #2

hrscy opened this issue Jun 25, 2018 · 1 comment

Comments

@hrscy
Copy link

hrscy commented Jun 25, 2018

使用 MUPaperView 和 MUScrollManager 的界面,点击下面的 cell 之后可以接收到点击事件,但不能跳转到下一控制器。

@hrscy
Copy link
Author

hrscy commented Jun 25, 2018

 __weak typeof(self)weakSelf = self;
    self.tableViewManager.selectedCellBlock = ^(UITableView *tableView, NSIndexPath *indexPath, id model, CGFloat *height) {
        UIViewController *vc = [[UIViewController alloc] init];
        vc.view.backgroundColor = [UIColor redColor];
        [weakSelf.navigationController pushViewController:vc animated:YES];
    };

@hrscy hrscy closed this as completed Jun 26, 2018
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