zoukankan      html  css  js  c++  java
  • cell.accessoryType

    cell.accessoryType

    以上方法返回一个枚举类型 UITableViewCellAccessoryType,可选值有四个:UITableViewCellAccessoryNone, UITableViewCellAccessoryDisclosureIndicator, UITableViewCellAccessoryDetailDisclosureButton,和 UITableViewCellAccessoryCheckmark。你可以尝试不同的值,并注意table cell样式的变化。如果返回"UITableViewCellAccessoryDetailDisclosureButton",点击按钮将不会有任 何变化,那是因为table cell不会被选择,当我们点击一个按钮时。当点击附属视图的按钮时,在SDK中提供了一个方法可以获得回调。该方法为 tableView:accessoryButtonTappedForRowWithIndexPath。在这个方法中我们调用 tableView:didSelectRowAtIndexPath方法

  • 相关阅读:
    迭代器简介
    关于判断对象是否相等的问题
    NIO
    BIO流分类介绍
    servlet简介
    http协议简介
    爬虫常用链接
    http和https协议
    爬虫的合法性研究
    爬虫介绍
  • 原文地址:https://www.cnblogs.com/ubersexual/p/2993493.html
Copyright © 2011-2022 走看看