Contents

Develop
2016.06.27 22:29

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

Views 746 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 •

?

  1. [iphone] 파일 업로드 샘플 코드 ㅎㅎ

  2. [js] JSON 컨트롤.. 재귀호출로 값 출력하기

  3. [js] 모바일웹에서 이미지 저장하는거 (context menu) 막기

  4. [android] keytool을 사용하여 키스토어 생성

  5. [js]모바일 웹에서 orientationchange

  6. 서기의 PHP 동영상 강의(싱싱해)

  7. [js] 자바스크립트의 클로저 (JavaScript's Closure)

  8. [Android] 2010년에 만들었던 세미나 자료.

  9. [iphone] PerfectlyClear 보정솔루션 최신..

  10. [ios] IB 없이 개발하기 (html)

  11. [ios] 스터디 자료 (from 종길M)

  12. [ios] 패스(path) 앱 메뉴 스타일

Board Pagination Prev 1 ... 42 43 44 45 46 47 48 49 50 51 ... 71 Next
/ 71