This commit is contained in:
练练 2018-10-19 12:02:14 +08:00
parent 52222aa995
commit e06dc32099
2 changed files with 5 additions and 2 deletions

View File

@ -41,6 +41,7 @@
{ {
AVAudioPlayer *_musicPalyer; AVAudioPlayer *_musicPalyer;
AVAudioPlayer *_startMaskMusic; AVAudioPlayer *_startMaskMusic;
} }
@property (nonatomic,strong) UIButton *rightNavUserBtn; @property (nonatomic,strong) UIButton *rightNavUserBtn;
@ -259,6 +260,7 @@
[self addNotify]; [self addNotify];
[self creatBackGroundMusic]; [self creatBackGroundMusic];
[self creatMaskTimeSatrtMusic]; [self creatMaskTimeSatrtMusic];
} }
#pragma mark - #pragma mark -
@ -573,6 +575,7 @@
AudioServicesPlaySystemSound(kSystemSoundID_Vibrate); AudioServicesPlaySystemSound(kSystemSoundID_Vibrate);
// //
[self endMaskAnimation]; [self endMaskAnimation];
} }
#pragma mark #pragma mark

View File

@ -93,8 +93,7 @@
GiGaSystemViewController *systemVC = [[GiGaSystemViewController alloc] init]; GiGaSystemViewController *systemVC = [[GiGaSystemViewController alloc] init];
[self.navigationController pushViewController:systemVC animated:YES]; [self.navigationController pushViewController:systemVC animated:YES];
} }
} }
- (void)didReceiveMemoryWarning { - (void)didReceiveMemoryWarning {
@ -103,4 +102,5 @@
// Dispose of any resources that can be recreated. // Dispose of any resources that can be recreated.
} }
@end @end