Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
Tags
- DP
- 후쿠오카 캐널시티
- 미로찾기
- 큐
- 후쿠오카
- 하카타역
- BFS
- 완전 탐색
- 후쿠오카 여행경비
- queue
- 삼성 SW 테스트
- 후쿠오카 4박 5일
- 시뮬레이션
- 플로이드 와샬
- 일본 여행
- dfs
- BOJ
- 너비 우선 탐색
- 완전탐색
- 백준
- brute force
- 후쿠오카 요도바시 하카타
- 깊이 우선 탐색
- 삼성시험
- 삼성테스트
- IOS
- deque
- 플로이드
- 알고리즘
- 다이나믹 프로그래밍
Archives
- Today
- Total
목록스위프트 테이블뷰 (1)
맛있는감귤
[iOS : Swift] 딕셔너리로 테이블 뷰 만들기
기준XCode 8.2Swift 3.0 1. UI작성 및 Cell의 Identifer 설정 2. Codeclass ViewController: UIViewController, UITableViewDataSource { // MARK: Properties // Use this string property as your reuse identifier, // Storyboard has been set up for you using this String. let cellReuseIdentifier = "MyCellReuseIdentifier" // Choose some data to show in your table let model = [ ["text" : "Do", "detail" : "A deer. A fe..
iOS
2017. 1. 25. 01:20