Warning: file_get_contents(/data/phpspider/zhask/data//catemap/9/ios/114.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Ios UITableViewCellReorderControl清晰背景上的颜色_Ios_Uitableview - Fatal编程技术网

Ios UITableViewCellReorderControl清晰背景上的颜色

Ios UITableViewCellReorderControl清晰背景上的颜色,ios,uitableview,Ios,Uitableview,我有一个透明背景的UITableView,我还使UITableViewCells背景透明。我在单元格上有UITableViewCellReorderControl,因为我支持单元格的重新排序 黑色背景可以,但当我将holder view控制器的背景设置为白色时,我需要UITableViewCellReorderControl以深色绘制 它不可能只有我一个人,也不需要遍历很多子视图(如stackoverflow上的类似问题所示) 我不需要自定义UITableViewCellReorderContr

我有一个透明背景的
UITableView
,我还使
UITableViewCell
s背景透明。我在单元格上有
UITableViewCellReorderControl
,因为我支持单元格的重新排序

黑色背景可以,但当我将holder view控制器的背景设置为白色时,我需要UITableViewCellReorderControl以深色绘制

它不可能只有我一个人,也不需要遍历很多子视图(如stackoverflow上的类似问题所示)

我不需要自定义
UITableViewCellReorderControl
本身;我不想改变图像

除了迭代视图以自定义图像替换图像之外,还有其他方法吗?

检查此链接猜测这会有所帮助