Develop
2016.06.27 22:29

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

Views 734 Votes 0 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. [ios] 동영상 플레이어 샘플 (for PIP Player)

  2. [ios] 동영상 플레이어 샘플 (for Remote Url)

  3. [ios] 동영상 플레이어 샘플 (for Local File)

  4. [ios] FlckrFeed Example App (Swift)

  5. [ios][swift] 초간단 카달로그 앱 (Catalog App)

  6. [ios][swift] 초간단 To-do Memo

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

  8. [ios] UUID 생성 + Key Chain 연동

  9. [ios] Did UIScrollView End Scrolling?

  10. [ios] UIAlertView 초간단 샘플 ㅎㅎ

  11. [android] 점심 해결 앱 소스 코드 ㅋㅋ

  12. [vb] 비쥬얼 베이직으로..

  13. [vb] 비쥬얼 베이직 기출 문제 연습2

  14. [vb] 비쥬얼 베이직 기출 문제 연습

  15. [vb] 비주얼 베이직 순위 정렬 루틴

  16. [vb] 비주얼 베이직 205페이지

Board Pagination Prev 1 2 Next
/ 2