I am facing a strange issue. I am using revealController to open side menu for that as left view controller, I have placed a tableView.
I have placed UITableView in nib file of iphone and ipad and given IBOutlet to access it. In the viewController file I have given row height by simple line IBtblSideMenu!.rowHeight = IS_IPHONE ? 43 : 114.
Here at this point IBtblSideMenu appears to be found nil.
I have connected tableview's delegate and even placed controller's name in class field everything is done and it is perfectly working fine in iOS 8.
Issue comes in iOS7 only.
Please help me to resolve. I am not able to find any solution. Thanks in advance