Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 1.29 KB

README.md

File metadata and controls

22 lines (16 loc) · 1.29 KB

swift-w2-profile

모바일 2주차 프로필 저장소

2021.01.12 - step2

  1. Item1 첫번째 화면에 ImageView, Label, Button 생성 후 IBOutlet 연결
  2. UIButton 생성 후 IBAction 연결
  3. viewDidLoad() 함수내에 Label Text 지정 코드 추가
  4. editButton() 함수내에서 버튼 press 시 Label text property 변경 기능 추가

스크린샷 2021-01-12 오전 10 01 17

스크린샷 2021-01-12 오전 10 01 10

2021.01.11 - step1

  1. TabBar Controller 추가 및 Initial ViewContoller로 지정 - Bar Title -> Item1
  2. 또 다른 View Controller 생성 후 Bar Title -> Item2
  3. 각 View Controller에 class 할당
  4. 각 viewDidLoad() function에서 "print(#file, #line, #function, #column)" 출력 -> Item1 : /Users/harrison.tom/Desktop/xcode/210111/swift-w2-profile/KaKaoProfile/KaKaoProfile/ViewController.swift 15 viewDidLoad() 51 -> Item2 : /Users/harrison.tom/Desktop/xcode/210111/swift-w2-profile/KaKaoProfile/KaKaoProfile/ViewController2.swift 15 viewDidLoad() 51