Contents

Develop
2016.06.27 22:29

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

조회 수 732 댓글 0
Atachment
첨부 '2'
?

단축키

Prev이전 문서

Next다음 문서

크게 작게 위로 아래로 댓글로 가기 인쇄
?

단축키

Prev이전 문서

Next다음 문서

크게 작게 위로 아래로 댓글로 가기 인쇄

초간단 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] How To Use UIScrollView to Scroll and Zoom Content (Using Objective-C)

    Date2016.03.23 CategoryDevelop Byhooni Views1608
    Read More
  2. [ios] How To Use UIScrollView to Scroll and Zoom Content (Using Swift)

    Date2016.03.23 CategoryDevelop Byhooni Views7320
    Read More
  3. [ios] Did UIScrollView End Scrolling?

    Date2016.04.19 CategoryDevelop Byhooni Views1017
    Read More
  4. [io] Apple Watch, Today Extension 앱ID 설정

    Date2016.04.20 CategoryDevelop Byhooni Views792
    Read More
  5. XE Core 1.8.18 본문 작성시 태그(html) 사라지는 버그

    Date2016.04.21 CategoryDevelop Byhooni Views864
    Read More
  6. [ppt] 전자금융보안론 발표/설치 자료

    Date2016.05.03 CategoryPPT Byhooni Views1317
    Read More
  7. [c#] 전자금융보안론 발표/설치 자료(툴바 소스코드)

    Date2016.05.07 CategoryDevelop Byhooni Views0
    Read More
  8. [ios] UUID 생성 + Key Chain 연동

    Date2016.05.13 CategoryDevelop Byhooni Views4659
    Read More
  9. [ios] 기본 네비게이션바의 타이틀, back버튼 위치와 속성 변경

    Date2016.05.16 CategoryDevelop Byhooni Views2085
    Read More
  10. 플라스터(Plaster) 수업 내용

    Date2016.05.24 CategoryEtc Byhooni Views0
    Read More
  11. [ios] 웹뷰 history.back() ㅋㄷ

    Date2016.06.27 CategoryDevelop Byhooni Views1897
    Read More
  12. [ios][swift] 초간단 TableView 샘플

    Date2016.06.27 CategoryDevelop Byhooni Views732
    Read More
Board Pagination Prev 1 ... 80 81 82 83 84 85 86 87 88 89 ... 98 Next
/ 98