UITableViewCell的---accessoryType屬性

cell.accessoryType = UITableViewCellAccessoryNone;//cell沒有任何的樣式

cell.accessoryType = UITableViewCellAccessoryDisclosureIndicator;//cell的右邊有一個小箭頭,距離右邊有十幾像素;

cell.accessoryType = UITableViewCellAccessoryDetailDisclosureButton;//cell右邊有一個藍色的圓形button;

cell.accessoryType = UITableViewCellAccessoryCheckmark;//cell右邊的形狀是對號;
相關文章
相關標籤/搜索