7.5 수업 복습 - UI 관련
학습 목표: -Storyboard Atttribute Inspector -Scene 과 Logic 연결해 뷰 객체를 제어 (짝꿍 매칭) UIKit 큰 틀 안에 UIView -UILabel, UIButton, UITextField... UIViewController -UITableViewController, UIPageViewController, UICollectionViewController... UIFont -systemFont, boldSystemFont... UIColor -red, systemRed... -뷰 컨트롤러(UIViewController) 위에 뷰 객체(UIView)가 쌓인다. -UIView를 상속 받는 UILabel, UIButton... 그래서 실제로 UILabel이나 UIButto..