The Assistant doesn't show up for View Controller

I have just started to learn Storyboard While I was Creating the View Controller, the Assistant doesn't open up to opens up only for navigation controller.

I have like 2 View Controller, Assistant doesn't showing up for those two of them.

can anyone point out where it I make a mistake.

Answered by Claude31 in 732644022

Have you checked you have defined the class of the viewController in the storyboard (Identity Inspector) to match the class name in code and not left the generic UIViewController ?

Accepted Answer

Have you checked you have defined the class of the viewController in the storyboard (Identity Inspector) to match the class name in code and not left the generic UIViewController ?

Yeah your right i found out the mistake

The Assistant doesn't show up for View Controller
 
 
Q