evnaz / ENSwiftSideMenu

A simple side menu for iOS written in Swift.
MIT License
1.82k stars 281 forks source link

Property is not retained on custom view controller #120

Open vijaysanghavi opened 8 years ago

vijaysanghavi commented 8 years ago

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.

vijaysanghavi commented 8 years ago

Hi Evnaz,

Any comments on this?