购买了糖果之后刷新糖果的个数

This commit is contained in:
fengshuo
2021-12-11 12:13:07 +08:00
parent d75bd41d19
commit 6f44f06a63

View File

@@ -68,7 +68,7 @@
#pragma mark - Event Response #pragma mark - Event Response
- (void)candyTreeTapRecognizer { - (void)candyTreeTapRecognizer {
XPCandyTreeViewController * candyTreeVC = [[XPCandyTreeViewController alloc] init]; XPCandyTreeViewController * candyTreeVC = [[XPCandyTreeViewController alloc] initWithDelegate:self.hostDelegate];
candyTreeVC.modalPresentationStyle = UIModalPresentationOverFullScreen; candyTreeVC.modalPresentationStyle = UIModalPresentationOverFullScreen;
[self.hostDelegate.getCurrentNav presentViewController:candyTreeVC animated:YES completion:nil]; [self.hostDelegate.getCurrentNav presentViewController:candyTreeVC animated:YES completion:nil];
} }