let attributeOptions = try doc.getElementsByClass("attribute-options").first()?.text()!
에러 메시지
Cannot force unwrap value of non-optional type 'String'
Replace '!' with ''
근데 이렇게는 또 언랩해야되서
storage.photographer = photographer!
에러를 정확히 이해 못해서 저장해 놨따.
'ios개발 > 개념 정리' 카테고리의 다른 글
<ios 운영체제> 선점 스케줄링, 네트워크 멀티 태스킹, 네트워크 요청 처리 방법 (0) | 2020.03.24 |
---|---|
<스위프트> computed properties, property observer (0) | 2020.03.22 |
<ios framework> present 1편 (0) | 2020.03.21 |
<스위프트> DispatchQueue.global(qos : .userInteractive) (0) | 2020.03.16 |
<스위프트> Structure - IndexPath (0) | 2020.03.11 |