We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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 和 MUScrollManager 的界面,点击下面的 cell 之后可以接收到点击事件,但不能跳转到下一控制器。
The text was updated successfully, but these errors were encountered:
__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]; };
Sorry, something went wrong.
No branches or pull requests
使用 MUPaperView 和 MUScrollManager 的界面,点击下面的 cell 之后可以接收到点击事件,但不能跳转到下一控制器。
The text was updated successfully, but these errors were encountered: