일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
Tags
- Protocol
- type
- Xcode
- Method
- instance
- 이니셜라이저
- Swift
- 디자인패턴
- initializer
- struct
- Terminal
- tuist
- delegate
- Git
- url
- extension
- 코딩테스트
- enum
- Class
- init
- Foundation
- String
- UIKit
- interpace
- Unicode
- 스위프트
- IOS
- property
- optional
- initalizer
Archives
- Today
- Total
목록Throw (1)
아리의 iOS 탐구생활
[Swift] 오류처리(Error Handling)는 어떻게 할까?
🔍 try do-catch Error Handling — The Swift Programming Language (Swift 5.5) Error Handling Error handling is the process of responding to and recovering from error conditions in your program. Swift provides first-class support for throwing, catching, propagating, and manipulating recoverable errors at runtime. Some operations aren docs.swift.org 오류처리(Error Handling)는 프로그램이 오류를 일으켰을 때 감지하고 복구하는 프로..
Swift/문법
2021. 8. 25. 16:00