我想更改表格单元格详细信息披露按钮的颜色。提前致谢。 最佳答案 YouhavetocreateacustomUIButtonandsetitascell'saccessoryView.您的cellForRowAtIndexPath:将如下所示,-(UITableViewCell*)tableView:(UITableView*)tableViewcellForRowAtIndexPath:(NSIndexPath*)indexPath{//...if(cell==nil){cell=[[[UITableViewCellalloc]i
我想更改表格单元格详细信息披露按钮的颜色。提前致谢。 最佳答案 YouhavetocreateacustomUIButtonandsetitascell'saccessoryView.您的cellForRowAtIndexPath:将如下所示,-(UITableViewCell*)tableView:(UITableView*)tableViewcellForRowAtIndexPath:(NSIndexPath*)indexPath{//...if(cell==nil){cell=[[[UITableViewCellalloc]i