250x250
Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | ||||
4 | 5 | 6 | 7 | 8 | 9 | 10 |
11 | 12 | 13 | 14 | 15 | 16 | 17 |
18 | 19 | 20 | 21 | 22 | 23 | 24 |
25 | 26 | 27 | 28 | 29 | 30 | 31 |
Tags
- button
- 비전공자
- front-end
- html5
- 비전공 개발자
- 프론트엔드
- hover
- ipad
- 백엔드
- css3
- javascript
- php
- MAC
- react
- jQuery
- 애니메이션
- xcode
- IOS
- effect
- 자바스크립트
- 풀스택
- CSS
- keyframes
- HTML
- Animation
- 개발자
- iPhone
- iOS 개발자
- image
- SWIFT
Archives
- Today
- Total
비전공자 개발일기
Virate Method 본문
728x90
SMALL
import AVFoundation
class ViewController: UIViewController {
override viewDidLoad() {
super.viewDidLoad()
}
...
// Vibrate Method
func vibrate() {
AudioServicesPlaySystemSound(kSystemSoundID_Vibrate)
}
}
728x90
LIST
'SWIFT' 카테고리의 다른 글
Distance Calculator (0) | 2023.04.21 |
---|---|
Xcode Simulator Cache Delete (0) | 2023.04.21 |
WKWebView OverScroll Disable Setting (0) | 2023.03.15 |
Swift WKWebView Debugging with Safari (0) | 2023.03.09 |
WKWebView URL Query & Header Setting (0) | 2023.03.07 |