add
This commit is contained in:
@@ -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 开始测试
|
||||||
|
|||||||
@@ -94,7 +94,6 @@
|
|||||||
[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
|
||||||
|
|||||||
Reference in New Issue
Block a user