본문 바로가기

Programming/Swift

Optional

developer.apple.com/documentation/swift/optional

 

Apple Developer Documentation

 

developer.apple.com

www.appcoda.com/beginners-guide-optionals-swift/#:~:text=Other%20than%20forced%20unwrapping%2C%20optional,a%20temporary%20constant%20or%20variable.

 

A Beginner's Guide to Optionals in Swift

Two weeks ago, we covered the basics of Swift. In coming weeks, we'll write a series of tutorials to cover a number of new features in Swift. This week, let's

www.appcoda.com

zeddios.tistory.com/16

 

swift3 ) Optional 개념 정리

안녕하세요 :) 오늘은 Optional이 뭔지에 대해 정리해볼려고해요. 이것도 yagom님이 BoostCamp강의에서 설명을 엄청 잘해주셨답니다 :) yagom님 강의를 토대로 추가할 부분은 추가해가면서 정리해볼게요

zeddios.tistory.com

 

'Programming > Swift' 카테고리의 다른 글

[ios] Self-Sizing Table View Cells  (0) 2021.01.22
Protocol: CLLocationManagerDelegate  (0) 2021.01.19
Structures and Classes  (0) 2021.01.14
Choosing Between Structures and Classes  (0) 2021.01.14
round number to 2 decimal places  (0) 2021.01.13