목록타입캐스팅 (1)
소피it블로그
[Swift 공식문서] Type Casting 정리
https://docs.swift.org/swift-book/LanguageGuide/TypeCasting.html Type Casting — The Swift Programming Language (Swift 5.7) 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 in Swift is implemented with the is and as operators. These tw docs.swift.org 타입 ..
개발_iOS/스위프트
2022. 8. 10. 11:58