RESideMenu
RESideMenu copied to clipboard
Image problem
I have implemented the storyboard example but when I run the app, the image doesn't stay in the background it becomes a white background
Do you mean the menu background image? If so, did you set self.view.backgroundColor = [UIColor clearColor]; at your menu view controller's viewDidLoad?
On 12 Jun, 2014, at 2:04 am, "jonathanjimenez" [email protected] wrote:
I have implemented the storyboard example but when I run the app, the image doesn't stay in the background it becomes a white background
— Reply to this email directly or view it on GitHub.
No, I didn't, I followed the storyboard example and the only thing I changed was the tableView.backgroundColor = [UIColor clearcolor]
I have the same problem, any solution?
For the next person who might have this issue and do a google search, in the LeftMenuViewController make sure you set the background as clear color (in storyboard).
Just put this on MenuViewController in ViewDidLoad Method self.view.backgroundColor = [UIColor clearColor];