[iOS Project] 명언 생성기

Kio·2021년 11월 15일
0

iOS Project

목록 보기
2/5
post-thumbnail

1차 화면구현

화면 기록 2021-11-15 오전 10 48 32


2차 화면구현

  • 초기화면 세팅
  • 이미지 추가


학습내용

  • Storyboard
    • UIView
    • UILabel
    • UIButton
  • AutoLayout
    • Content Hugging
      • 우선순위가 높을수록 크기를 유지하고, 우선순위가 낮으면 크기가 늘어난다.
    • Compression Resistance
      • 우선순위가 높으면 크기를 유지하고, 우선순위가 낮으면 크기가 줄어든다.
  • UIViewController
    • @IBOutlet
    • @IBAction
  • 코드
    • 랜덤숫자
      • arc4random_uniform(number)
    • Assets의 이미지 활용
      • self.imageView.image = UIImage(named: "\(wiseSayings[randomNumber].imageName)")
profile
Someday_iOS_Dev

0개의 댓글