일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- String
- init
- Method
- type
- instance
- enum
- 이니셜라이저
- IOS
- Class
- Git
- optional
- tuist
- Xcode
- 코딩테스트
- 스위프트
- Swift
- struct
- interpace
- Foundation
- extension
- Terminal
- delegate
- UIKit
- Unicode
- Protocol
- property
- 디자인패턴
- initalizer
- url
- initializer
Archives
- Today
- Total
목록do-catch (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