【发布时间】:2015-08-13 21:50:08
【问题描述】:
我正在尝试将 CoreData 变量用于我的大部分应用程序代码,但无法将它们用于自定义类的名称。这是我的代码示例:
override func tableView(tableView: UITableView, cellForRowAtIndexPath indexPath: NSIndexPath) -> CREWWorkCell {
let cell = tableView.dequeueReusableCellWithIdentifier(cellName) as! CREWWorkCell
我想为 CREWWorkCell 使用一个字符串。这可能吗?
【问题讨论】: