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
- Flutter UIKitView MethodChannel
- 스위프트
- FlutterView MethodChannel
- 안드로이드 바로가기
- 스위프트 테이블 뷰 셀
- 앱 꺼졌을 때 푸시 데이터 저장
- 안드로이드 앨범
- 안드로이드 FCM
- flutter 회전
- 스위프트 앨범
- Swift flutterviewcontroller
- 스위프트 UserDefaults
- 스위프트 푸시
- 푸시 데이터 저장
- flutter rotate
- 스위프트 카메라
- 안드로이드 에러
- Swift flutterview
- swift autolayout
- 플러터 뷰 컨트롤러
- NotificationService Extension
- 앱 백그라운드 푸시 데이터 저장
- swift 문자
- 스위프트 웹뷰
- 안드로이드 숏컷
- silent push
- 노티피케이션 익스텐션
- native flutter view
- swift sms
- Flutter NativeView
Archives
- Today
- Total
목록swift system sound (1)
Things take time
[SWIFT] 시스템 알람(System Alarm) 사운드 가져오기 및 재생
[시스템 사운드] 말 그대로 디바이스 내에 저장되어 있는 음악 파일들이다. 경로는 /System/Library/Audio/UISounds/ 하위에 있는 파일 들인데, 이 파일들을 불러와 테이블 뷰에 뿌리고재생까지 하는 방법이다. [코드]import UIKit import AudioToolbox class SoundViewController: UIViewController, UITableViewDelegate, UITableViewDataSource { @IBOutlet weak var tvSoundList: UITableView! private var soundList: [String] = [] private let soundDirectory = "/System/Library/Audio/UISounds/..
iOS (기능)
2017. 11. 28. 17:05