RESideMenu icon indicating copy to clipboard operation
RESideMenu copied to clipboard

Image problem

Open jonathanjimenez opened this issue 10 years ago • 5 comments

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

jonathanjimenez avatar Jun 11 '14 18:06 jonathanjimenez

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.

RyanTLX avatar Jun 11 '14 18:06 RyanTLX

No, I didn't, I followed the storyboard example and the only thing I changed was the tableView.backgroundColor = [UIColor clearcolor]

jonathanjimenez avatar Jun 11 '14 18:06 jonathanjimenez

I have the same problem, any solution?

BloomSN avatar Aug 08 '14 15:08 BloomSN

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).

abatjarg avatar Nov 04 '14 03:11 abatjarg

Just put this on MenuViewController in ViewDidLoad Method self.view.backgroundColor = [UIColor clearColor];

imchathura avatar Nov 02 '15 08:11 imchathura