购买了糖果之后刷新糖果的个数
This commit is contained in:
@@ -68,7 +68,7 @@
|
||||
|
||||
#pragma mark - Event Response
|
||||
- (void)candyTreeTapRecognizer {
|
||||
XPCandyTreeViewController * candyTreeVC = [[XPCandyTreeViewController alloc] init];
|
||||
XPCandyTreeViewController * candyTreeVC = [[XPCandyTreeViewController alloc] initWithDelegate:self.hostDelegate];
|
||||
candyTreeVC.modalPresentationStyle = UIModalPresentationOverFullScreen;
|
||||
[self.hostDelegate.getCurrentNav presentViewController:candyTreeVC animated:YES completion:nil];
|
||||
}
|
||||
|
Reference in New Issue
Block a user