I have made a UIViewController separately on UIStoryBoard as a MenuViewController, but it throws bad exception every time when I am creating any reference IBOutlet of controller objects like UITableView or UILabel etc. I tried to make both strong and weak type.
But Its working when I am creating these type of controller objects programatically.
I have made a UIViewController separately on UIStoryBoard as a MenuViewController, but it throws bad exception every time when I am creating any reference IBOutlet of controller objects like UITableView or UILabel etc. I tried to make both strong and weak type.
But Its working when I am creating these type of controller objects programatically.