105-2 iOS程式設計(八)

17
iOS程式設計 李晧 2016/04/14

Transcript of 105-2 iOS程式設計(八)

  • iOS

    2016/04/14

  • UITableView

    UITableViewCell

    UITableViewDataSource

    UITableViewDelegate

  • UITableView

    UITableViewCell

    cellForRow(at:)

    tableHeaderViewtableFooterView

  • UITableView

    UITableViewUITableViewCell

    register(_:forCellReuseIdentifier:)

    Cell

    dequeueReusableCell(withIdentifier:for:)

  • UITableView

    reloadData()

    beginUpdates()endUpdates()

    insertRows(at:with:)deleteRows(at:with:)moveRow(at:to:)

  • UITableView

    Cell

    selectRow(at:animated:scrollPosition:)

    Cell

    deselectRow(at:animated:)

  • UITableViewCell

    UITableViewCell

    UITableViewAutomaticDimension

    UITableViewDataSource

  • UITableViewCell

    selectionStyle

    Cell

    accessoryTypeaccessoryView

  • Protocol

    UITableViewDataSource

    UITableViewDelegate

  • Protocol ()

  • UITableViewDataSource

    UITableView

    numberOfSections(in:)

    UITableView

    tableView(_:numberOfRowsInSection:)

  • UITableViewDataSource UITableVieCell

    tableView(_:cellForRowAt:)

    tableView(_:titleForHeaderInSection:)

    tableView(_:titleForFooterInSection:)

  • UITableViewDelegate Cell

    tableView(_:heightForRowAt:)

    tableView(_:estimatedHeightForRowAt:)

    Cell

    tableView(_:willDisplay:forRowAt:)

  • UITableViewDelegate Cell

    tableView(_:editActionsForRowAt:)

    Cell

    tableView(_:willSelectRowAt:)

    tableView(_:didSelectRowAt:)

  • UITableViewDelegate

    tableView(_:viewForHeaderInSection:)

    tableView(_:viewForFooterInSection:)

    tableView(_:heightForHeaderInSection:)

    tableView(_:heightForFooterInSection:)

  • https://drive.google.com/drive/folders/

    0ByVsrzyArBj8THo4U0RCUy1QMUE?usp=sharing

    https://drive.google.com/drive/folders/0ByVsrzyArBj8THo4U0RCUy1QMUE?usp=sharinghttps://drive.google.com/drive/folders/0ByVsrzyArBj8THo4U0RCUy1QMUE?usp=sharinghttps://drive.google.com/drive/folders/0ByVsrzyArBj8THo4U0RCUy1QMUE?usp=sharinghttps://drive.google.com/drive/folders/0ByVsrzyArBj8THo4U0RCUy1QMUE?usp=sharing