[iOS Objective c] 진동 구현 [iOS Objective c] 진동 구현하기 1. Framework 에서 AudioToolbox.framework 를 import 해준다. 2. 헤더 파일에 다음 코드를 추가한다.#import 3. 진동을 사용할 부분에 다음 코드를 추가한다.AudioServicesPlaySystemSound(kSystemSoundID_Vibrate); 끝 iOS/Swift + Objective-c 2017.03.31