상세 컨텐츠

본문 제목

Day 2. Complex data types.

TIL/#100DaysOfSwiftUI

by box-jeon 2019. 12. 22. 19:09

본문

https://www.hackingwithswift.com/100/swiftui/2

 

100 Days of SwiftUI – Day 2 – Hacking with Swift

100 Days of SwiftUI The 100 Days of SwiftUI is a free collection of videos, tutorials, tests, and more to help you learn SwiftUI faster. Click here to learn more, or watch the video below. Back to 100 Days of SwiftUI

www.hackingwithswift.com

2일차입니다. 자세히 읽어보니 15일까지는 #100DaysOfSwift와 동일하다고 하네요. Array, Set, Dictionary, Tuple 그리고 enum에 대해서 훑고 지나갑니다. 1일차와 비슷하게 1분 정도 되는 영상이 11개 제공되는데, 영상의 스크립트가 그대로 밑에 옮겨져 있어서 무척 유용했습니다. 조용한 환경에서는 영상을 직접 보다가, 주변이 시끄러워지자 스크립트를 대신 읽게 되네요. Dictionary에서 값을 꺼낼 때 default value를 지정할 수 있다는 걸 새로 배웠습니다.

 

let favoriteIceCream = [
    "Paul": "Chocolate",
    "Sophie": "Vanilla"
]
favoriteIceCream["Charlotte", default: "Unknown"]

 

 

'TIL > #100DaysOfSwiftUI' 카테고리의 다른 글

Day 6. Closures, part one.  (0) 2019.12.27
Day 5. Functions.  (0) 2019.12.26
Day 4. Loops.  (0) 2019.12.24
Day 3. Operators and conditions.  (0) 2019.12.23
Day 1. First steps in Swift.  (0) 2019.12.22

관련글 더보기

댓글 영역