Contents

Develop
2016.06.27 22:29

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

Views 854 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
165 System/OS [router] 시스코 라우터 명령어 모드.. hooni 2013.04.23 13002
164 Algorithm [security] RSA 암호화 설명과 예.. hooni 2013.04.23 16686
163 Algorithm [security] 블럭 암호에 대해서.. hooni 2013.04.23 17184
162 Develop [sh] html 안에 있는 img 다운 받는 쉘 스크립트 file hooni 2020.05.26 755
161 Develop [sh] 쉘스크립트 if 비교 연산 hooni 2020.05.26 60907
160 Develop [spring] 스프링 IoC/DI hooni 2013.04.23 11405
159 System/OS [sql] alter table 쿼리 예제 hooni 2003.04.23 12521
158 System/OS [sql] insert into select 사용하기 hooni 2013.04.23 27634
157 Database [sql] 간단한 SQL 문법 정리 hooni 2003.04.23 12622
156 Database [sql] 간단한 통계 서브쿼리 예제.. hooni 2013.04.23 15163
155 System/OS [sql] 내 방명록 답글 찾는 쿼리문.. (JOIN 구문) hooni 2003.04.23 12925
154 System/OS [sql] 조회구문(select)에서 중복 데이터를 한 번만 출력 (distinct) 1 hooni 2013.04.23 34047
Board Pagination Prev 1 ... 80 81 82 83 84 85 86 87 88 89 ... 98 Next
/ 98