我在UITableViewCell里面有一个UITableView。内部表格视图的大小为5,每个单元格的内容视图具有不同的背景颜色,并且是可编辑的。我可以重新排序内部表格视图的表格视图单元格。我有一个自定义的外部UITableViewCell的背景视图。selectedBackgroundView.backgroundColor = [UIColor clearColor];
c
我想更改表格视图中单元格的文本颜色。如果我这么做,就不管用了。在xcode6 beta 1中,它可以工作,但在xcode6的最终版本上,它不起作用。UIColor.whiteColor()
错误:'textColor' is unavailable: APIs deprecated as of iOS 7 and earlier are unavailable in Swift