romaonthego / RESideMenu

iOS 7/8 style side menu with parallax effect.
MIT License
7.1k stars 1.35k forks source link

Left Menu tableview from Storyboard #269

Open ribhuchawla opened 8 years ago

ribhuchawla commented 8 years ago

I am adding the left menu and its table view from storyboard. The table view's delegates are called but I am not able to see the tableview in menu.

My leftMenu.h looks like this : @interface GLleftMenu : UIViewController < UITableViewDataSource, UITableViewDelegate,RESideMenuDelegate> @property (weak, nonatomic) IBOutlet UIView *headerView; @property (weak, nonatomic) IBOutlet UITableView *tableView; @property (weak, nonatomic) IBOutlet UIView *headerTeamsView;

NOTE : I am able to see the table view if I create it programatically (just like mentioned in example)

zdesiree commented 8 years ago

I think I have the same problem, I don't see the content of my menu view. Did you find a solution?