[iOS] 총 / 남은 기기 용량 알아내는 법
남은 기기 용량을 알아야 할 일이 생겨서 찾아봤더니.. func deviceRemainingFreeSpaceInBytes() -> Int64? { let documentDirectory = NSSearchPathForDirectoriesInDomains(.documentDirectory, .userDomainMask, true).last! guard let systemAttributes = try? FileManager.default.attributesOfFileSystem(forPath: documentDirectory), let freeSize = systemAttributes[FileAttributeKey.systemFreeSize] as? NSNumber else { // something fai..
iOS
2023. 11. 13. 11:14
TAG
- github
- swift tutorial
- iOS delegate
- IOS
- 스위프트 문법
- 피아노
- 회고
- 스위프트
- swift delegate
- swift3
- np-hard
- swift 공부
- np-complete
- ios 13
- WKWebView
- actor
- Xcode
- fastlane
- Combine
- WWDC
- UIBezierPath
- swift array
- swift sort
- 제이슨 파싱
- Swift
- Git
- Accessibility
- SwiftUI
- WidgetKit
- FLUTTER
글 보관함
반응형
- Total
- Today
- Yesterday