我收到错误,并且在我在以下行中进行更改后无法构建gradle,但我想在我的gradle中使用8.4.0
override func tableView(tableView: UITableView, cellForRowAtIndexPath indexPath: NSIndexPath) -> UITableViewCell {
let cell: FeedTableViewCell = tableView.dequeueReusableCellWithIdentifier("clickCells", forIndexPath: indexPath) as! FeedTableViewCell
cell.clickCaption.font = UIFont(name: "system", size: 18)
cell.clickCaption.textColor = UIColor.darkGrayColor()