0
我在我的應用程序中設置了UITableViewCell。在UITableViewCell中對detailDisclosureButton設置動作
productsCell.accessoryType = UITableViewCellAccessoryDetailDisclosureButton;//productCell is of type UITableViewCell
此前使用此accessoryAction屬性。但現在它已被棄用。
如何做到這一點。 在此先感謝。
我這樣做。但方法沒有被調用。請確保,我正在使用UITableViewCell的單個單元。我沒有使用UITableView。 – Harsh
你在使用沒有表的單元嗎? – Nekto
是的。我使用它沒有細胞。在我的要求tableView不適合。 – Harsh