Challenge )
IBAction 하나를 만들어서 (hardnessSelected), 3개의 버튼과 연결하고,
버튼을 눌렀을 때 "Soft", "Medium", "Hard"가 출력되도록 할 것(버튼의 title)
Challenge )
softTime = 5, mediumTime = 7, hardTime = 12로 상수 선언, 사용자가 누르는 버튼에 따라 각각에 알맞게 출력되도록 할 것
https://dmsitter.tistory.com/99
먼저, 조건문에 대해 공부하고 코드를 작성했다.
조건이 3가지밖에 없기 때문에, if / else 문을 사용했다.
Challenge )
위와 똑같은 코드를 작성하되, dictionary를 만들어서 사용할 것
'Today I Learned' 카테고리의 다른 글
20210613 - Egg Timer project -4 (0) | 2021.06.14 |
---|---|
20210612 Egg Timer project -3 (0) | 2021.06.13 |
20210610 Egg Timer project -1 (0) | 2021.06.11 |
20210609 Swift function & Apple Documentation with Xylophone app -2 (0) | 2021.06.10 |
20210604 Apple Documentation with Xylophone app -1 (0) | 2021.06.05 |