InteractiveSideMenu icon indicating copy to clipboard operation
InteractiveSideMenu copied to clipboard

MenuViewController Declaration in ViewDidLoad Causing an Error

Open KevinMaldjian opened this issue 8 years ago • 0 comments

I have copied the code from the HostViewController implementation section into my file that belongs to the HostViewController but I was immediately greeted with this error:

"Cannot assign value of type 'MenuViewController' to type 'MenuViewController!'"

This error is from line menuViewController = self.storyboard!.instantiateViewController(withIdentifier: "NavigationMenu") as! MenuViewController

KevinMaldjian avatar Dec 27 '17 23:12 KevinMaldjian