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
如果在TableViewDelegate的didSelect方法中,需要进行Push的操作,需要怎么执行?
The text was updated successfully, but these errors were encountered:
可以在TableViewDelegate类中设置block回调到ViewController
Sorry, something went wrong.
didSelect的一个Block,如果cell上有3个buttons,这个3个Button的target,是不是也需要使用block的,那么TableViewDelegate中的block会有很多个。 是不是这样的?
一个block 可以传出不同的type 来,没必要多个block
No branches or pull requests
如果在TableViewDelegate的didSelect方法中,需要进行Push的操作,需要怎么执行?
The text was updated successfully, but these errors were encountered: