Код: Выделить всё
func tableView(tableView: UITableView, cellForRowAtIndexPath indexPath: NSIndexPath) -> UITableViewCell {
var cell :CustomTableViewCell = tableView.dequeueReusableCellWithIdentifier("cell") as CustomTableViewCell; // error here
return cell
}
Спасибо!
Подробнее здесь: https://stackoverflow.com/questions/275 ... onditional
Мобильная версия