使用SWRevealViewController滑出菜单

时间:2018-02-08 13:17:05

标签: ios swift swrevealviewcontroller

我正在使用SWRevealViewController开发项目中的滑出菜单,并使用SWRevealViewController进行了滑出菜单的示例项目。示例项目代码正在运行。我在我的项目中编写了相同的代码。但是,它不起作用。我写了这样的代码......

extension P where Self == E {
    var value:String {
        switch self  {
        case .a  :
                return "A"
        case .b:
            return "b"

        }
    }
}

let e = E.a.value
print(e)

当我点击按钮时,没有任何动作。我调试代码。 revealViewController()显示为nil。 我该如何解决这个问题?请帮帮我..提前谢谢 This is the image of my project...

0 个答案:

没有答案