-
[UIKit] UIImageSwift/UIKit 2022. 5. 19. 23:05
imageView는 UIImageView라는 type을 가진 outlet이다
askButtonPressed라는 func와 연결된 button 이 click 되면
imageView의 이미지가 UIImage에서 랜덤으로 가지고온 객체를 넣어준다
'Swift > UIKit' 카테고리의 다른 글
[UIKit] 테두리에서 내용물을 짤라보자 : clipsToBounds, layer.masksToBounds (0) 2022.07.05 [UIKit] 코드만으로 Constraint 설정하고 화면 그리기 : NSLayoutConstraint, contentView.addSubView() (0) 2022.07.04 [UIKit] bounds 와 frame의 차이 (0) 2022.06.28 [UIKit] TabBar 만들어보자 (0) 2022.06.26 [UIKit] Storyboard 없이 코드만으로 View 그리는 방법 (0) 2022.06.24