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