Mas*_*eni 1 interface-builder storyboard uitableview ios swift
我真的快疯了:我不能简单地为 UITableViewCell 设置我的自定义类,我真的不知道为什么。

在我的Storyboard 中,我有一个表视图控制器设置为使用ManageListsTVC.swift。
我想使用带有动态原型的自定义单元格,因此我创建了一个自定义类ListTVCell:
import UIKit
class ListTVCell: UITableViewCell
{
override func awakeFromNib()
{
super.awakeFromNib()
// Initialization code
}
override func setSelected(selected: Bool, animated: Bool)
{
super.setSelected(selected, animated: animated)
// Configure the view for the selected state
}
}
Run Code Online (Sandbox Code Playgroud)
所以,清理,构建,进入 IB,选择我的表视图控制器,选择单元格和...

我看不到我的自定义课程!为什么?真的,我已经在这个愚蠢的问题上浪费了很多时间,我不知道出了什么问题。
我正在使用 Xcode 6.3.1。
| 归档时间: |
|
| 查看次数: |
2396 次 |
| 最近记录: |