모바일 2주차 프로필 저장소
- Item1 첫번째 화면에 ImageView, Label, Button 생성 후 IBOutlet 연결
- UIButton 생성 후 IBAction 연결
- viewDidLoad() 함수내에 Label Text 지정 코드 추가
- editButton() 함수내에서 버튼 press 시 Label text property 변경 기능 추가
- TabBar Controller 추가 및 Initial ViewContoller로 지정 - Bar Title -> Item1
- 또 다른 View Controller 생성 후 Bar Title -> Item2
- 각 View Controller에 class 할당
- 각 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