В этом коде я встретил следующую ошибку:
override func tableView(tableView: UITableView, cellForRowAtIndexPath indexPath: NSIndexPath) -> UITableViewCell {
var cell: UITableViewCell? = tableView.dequeueReusableCellWithIdentifier("Cell") as? UITableViewCell
ОШИБКА: Вниз из "UITableViewCell"? для "UITableViewCell" только разворачивает опции; Вы хотели использовать '!'?
Любые идеи?