728x90
강의에서 준 에셋을 가지고 간단한 앱을 만들면 된다.
Label, Image View, Button을 생성하고 Button을 눌렀을때 Image View가 랜덤으로 나오게 만들면된다.
이전 38번 강의에서 했던것처럼 사진 배열을 생성하고 랜덤한 수를 생성해서 접근하는 방식으로 구현했다.
imageView.image = arr[Int.random(in: ~)]
'STUDY > Swift & iOS' 카테고리의 다른 글
[Swift] Section 7 - Using and Understanding Apple Documentation (0) | 2023.01.26 |
---|---|
[Swift] Section 6 - Auto Layout and Responsive UIs (0) | 2023.01.24 |
[Swift] 38. Responding to User Interactions with IBActions (0) | 2023.01.16 |
Swift 문법 기초 8 (0) | 2022.06.27 |
Swift 문법 기초 7 (0) | 2022.06.27 |