in storyboard TableViewController.swift와 storyboard에서 TableViewController 연결 : class명을 파일명과 일치시킴 Object에서 TableView, TableViewCell 가져와서 배치 cell의 사이즈 조정 (row size) TableViewCell의 size inspector에서 row height 조절 TableView의 size inspector에서도 row height 조절 custom cell Object에서 imageView, Label 등 가져와서 배치 auto layout 설정 각 UI컴포넌트마다 contraint 설정 (size, rate, spacing..) in TableViewController TableViewCon..

이런 알림창을 띄우고 처리해야 할 때 사용하는 객체가 UIAlertController와 UIAlertAction let alert = UIAlertController(title: "안내", message: "계속하시겠습니까?", preferredStyle: .alert) let actionYes = UIAlertAction(title: "예", style: .default, handler: nil) let actionNo = UIAlertAction(title: "아니오", style: .cancle, handler: nil) alert.addAction(action) alert.addAction(action2) present(alert, animated: true, completion: nil) 우선 ..
- Total
- Today
- Yesterday
- 그리디알고리즘
- dfs
- 웹크롤링
- 투포인터
- 정렬
- 알고리즘
- BFS
- 최대힙
- 백트래킹
- 다이나믹프로그래밍
- 브루트포스
- 게임이론
- 최단경로
- 우선순위큐
- 토마토
- 자바
- 가장 큰 수 프로그래머스
- 트리
- dp
- 수학
- 이분탐색
- 파이썬
- c++
- 최소힙
- 동적계획법
- Swift
- 프로그래머스
- 스택
- 백준
- 가장 큰 수 Swift
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | |||||
3 | 4 | 5 | 6 | 7 | 8 | 9 |
10 | 11 | 12 | 13 | 14 | 15 | 16 |
17 | 18 | 19 | 20 | 21 | 22 | 23 |
24 | 25 | 26 | 27 | 28 | 29 | 30 |
31 |