摘要:
为了美化UI,想实现如下图的效果:点击高亮出发点是好的。没想到,出现了下图的连带问题:选择一行的时候,竟然连带的出现了高亮效果这个如何是好?经过网络搜索,发现我不是第一个遇到这样的问题:custom-accessory-button-highlight-triggered-by-didselectrowatindexpath1 UIButton *accessoryButton = [UIButton buttonWithType:UIButtonTypeCustom]; 2 accessoryButton.frame = CGRectMake(0, 0, 32, 32); 3 ... 阅读全文
posted @ 2012-02-05 18:58
pengyingh
阅读(882)
评论(1)
推荐(0)