使用未声明的类型MGSwipeTableCell

时间:2017-07-02 02:32:49

标签: ios swift3 frameworks

我对swift很新,我有一个错误。 我正在尝试使用pod MGSwipeTableCell https://github.com/MortimerGoro/MGSwipeTableCell 在pod文件中安装了pod'MGSwipeTableCell'。在文件检查器的pods中找到它。

var cell = self.tableView.dequeueReusableCellWithIdentifier(reuseIdentifier)as! MGSwipeTableCell!

抛出错误使用未声明的类型'MGSwipeTableCell' 谷歌磁盘上有一个项目https://drive.google.com/file/d/0By_KH6PH75z2OHlXek85YmRpcGc/view 这应该是我错过的简单事情。请帮忙。

1 个答案:

答案 0 :(得分:1)

在您使用它的文件的开头添加import语句

import MGSwipeTableCell