摘要:
旋转动画 */ -(void)mapBtnAnimation{ CABasicAnimation* rotationAnimation; rotationAnimation = [CABasicAnimation animationWithKeyPath:@"transform"]; rotatio 阅读全文
posted @ 2017-03-14 10:17
十点听风
阅读(316)
评论(0)
推荐(0)
摘要:
//系统震动 AudioServicesPlaySystemSound(kSystemSoundID_Vibrate); AudioServicesRemoveSystemSoundCompletion(kSystemSoundID_Vibrate); 阅读全文
posted @ 2017-03-14 10:16
十点听风
阅读(213)
评论(0)
推荐(0)