Contents

Develop
2016.06.27 22:29

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

Views 755 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
1125 Develop [ios] APNS, Remote Push 사용자가 수신을 동의했는지 확인하기 hooni 2018.10.19 1269
1124 Develop [ios] APNS, Remote Push 수신 시점에서 앱의 3가지 실행 상태 hooni 2018.10.19 981
1123 Develop [ios] Swift 4 String, Date, DateFormatter 예제 hooni 2018.10.18 1409
1122 System/OS Mac에서 Node.js 설치하기 file hooni 2018.09.28 4204
1121 System/OS 서버 확장을 위한 두 가지 방법 file hooni 2018.08.29 2112
1120 Develop [ios] Requesting Location Permissions in iOS file hooni 2018.08.18 1618
1119 Develop [PHP] MacOS에서 PHP 7 설치하기 file hooni 2018.05.11 4894
1118 Develop [php] Connect to Firebase Console in Laravel file hooni 2018.05.09 3129
1117 Develop [api] 인스타그램 API Access_Token 발급 방법 (Instagram API) 3 file hooni 2018.04.05 7599
1116 Develop [api] 인스타그램에서 최신 이미지 가져오기 (Using Instagram API) 20 file hooni 2018.04.05 12435
1115 Develop [js] Click button copy to clipboard hooni 2018.04.05 1184
1114 Develop [php] Laravel 4. twitter bootstrap 적용하기 hooni 2018.04.05 2557
Board Pagination Prev 1 2 3 4 5 6 7 8 9 10 ... 98 Next
/ 98