변수와 자료형, 산술연산자와 논리연산자
if, switch, guard문 | for Loop, while Loop 정리
break, continue, label
Optional, function, Closure
Closure, Tuples, String and Character, Collection
Structure & Class, Method & Subscript, Extension 정리
Protocol, Generics
Target-Action, Button 정리
picker View, Slider, Segmented Control 정리
1. switch 2. Stepper 3. Activity Indicator View 4. Progress View 5. Stack View
Alert Controller 참고하기 좋은 블로그 UIAlertController 경고 메시지를 표시하는 개체 Creating an alert controller init(title: String?, message: String?, preferredStyle: UIAlertController.Style) Alert을 표시하기 위한 보기 컨트롤러를 ...