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 |
Tags
- Firebase
- Realm
- http
- Swift
- 개발후기
- switch
- viewcontroller
- SF 폰트
- optional
- FSCalendar
- swipe
- flatMap
- 알고리즘
- dfs
- enum
- Crashlytics
- SwiftUI
- 폰트
- API
- TMDB
- typecasting
- 프로그래머스
- Lifecycle
- struct
- RxSwift
- 회고록
- ios13
- LeetCode
- Xcode
- ios
Archives
- Today
- Total
목록typecasting (1)
Jerry's Bakery

안녕하세요 Jerry입니다. TypeCasting(타입 캐스팅)에 대해 알아보겠습니다. iOS를 공부하면서 정리하는 것이기 때문에 미흡한 점이 있을 수 있습니다. 부족한 점에 대해 댓글 남겨주시면 감사하겠습니다. 이 글은 아래 문서를 기반으로 만들어졌습니다. Type Casting — The Swift Programming Language (Swift 5.5) Type Casting Type casting is a way to check the type of an instance, or to treat that instance as a different superclass or subclass from somewhere else in its own class hierarchy. Type casting i..
개발/iOS
2021. 10. 28. 16:20