ios - How to implement UITableViewCell without UITableView -
i want use power of uitableviewcell disclosure accessory, don't need whole uitableview. possible , appropriate ? don't see delegate on uitableviewcell, don't know should put code in - (void)tableview:(uitableview *)tableview accessorybuttontappedforrowwithindexpath:(nsindexpath *)indexpath;
references or suggestions on ?
you make uitableview
1 section , 1 row, , load cell it. pretty easy , wouldn't run risk of running afoul of apple review board.
Comments
Post a Comment