Sad 썸네일형 리스트형 Bridging Swift에서 구현한 기본 타입들(Int, String)을 NS로 변형하는 과정을 bridging이라고 표현한다. as를 사용해서 타입이 Error를 NSError로 변환 가능한지 궁금했다. catch let error as NSError In the meanwhile, developers who must handle an Objective-C exception can always do so by writing a stub in Objective-C to explicitly "bridge" the exception into an NSError out parameter. This isn't ideal, but it's acceptable. 구현할 때 Error NSError로 bridging이 .. 더보기 이전 1 다음