Contents

Develop
2016.06.27 22:29

[ios][swift] 초간단 TableView 샘플

Views 5218 Comment 0
Atachment
Attachment '2'
?

Shortcut

PrevPrev Article

NextNext Article

Larger Font Smaller Font Up Down Go comment Print
?

Shortcut

PrevPrev Article

NextNext Article

Larger Font Smaller Font Up Down Go comment Print

초간단 TableView 샘플 코드

https://github.com/picomax/TableViewSwift

아래 배열을 출력하는 테이블 뷰 var items: [String] = ["Egg Benedict", "Mushroom Risotto", "Full Breakfast", "Hamburger", "Ham and Egg Sandwich", "Creme Brelee", "White Chocolate Donut", "Starbucks Coffee", "Vegetable Curry", "Instant Noodle with Egg", "Noodle with BBQ Pork", "Japanese Noodle with Pork", "Green Tea", "Thai Shrimp Cake", "Angry Birds Cake", "Ham and Cheese Panini"]

TestTableView1

ViewController 내부에 Delegate, DataSource 관련 코드 작성한 방식

class ViewController: UIViewController, UITableViewDelegate, UITableViewDataSource

TestTableView2

ViewController 외부 Delegate, DataSource 관련 코드 작성한 방식

extension ViewController: UITableViewDataSource extension ViewController: UITableViewDelegate

tableview.png
TAG •

?

List of Articles
No. Category Subject Author Date Views
1069 Develop [ios] NSString, RegularExpression Find/Replace hooni 2017.04.14 6121
1068 Develop [ios] 비디오,네트워크,소셜로그인 테스트 file hooni 2017.04.04 2274
1067 Etc 사이버보안실무 수업 메모 hooni 2017.03.30 2968
1066 Database [mysql] 쿼리 실행시 ERROR 1366 (HY000) : incorrect string value : for column 3 hooni 2017.03.30 16339
1065 Develop [ios] Xcode에서 특정 파일만 ARC 따로 설정하는 방법 file hooni 2017.03.29 4201
1064 Develop 사이버보안실무 수업 메모 secret hooni 2017.03.23 0
1063 Develop Mac OS 에 Jenkins 설치하기 (Homebrew) 2 file hooni 2017.03.15 13254
1062 Develop [ios] 동영상 플레이어 샘플 (for PIP Player) file hooni 2017.03.15 12913
1061 Etc 종합시험 관련 자료 secret hooni 2017.03.15 0
1060 Develop [js] Javascript로 만든 포트리스 (2010) 5 file hooni 2017.03.03 5480
1059 Develop [ios] Facebook Cache 갱신하는 함수 file hooni 2017.02.27 7042
1058 Etc 모바일 프로그래머가 갖추어야 할 필수 역량 file hooni 2017.02.16 6483
Board Pagination Prev 1 ... 5 6 7 8 9 10 11 12 13 14 ... 99 Next
/ 99