romaonthego / RESideMenu

iOS 7/8 style side menu with parallax effect.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Little improvement in the doc

tomlobato opened this issue · comments

Readme:
"If you set a backgroundImage, don't forget to set the Menu View Controller's background color to clear color."

Similarly, window.backgroundColor must have no color set.

in AppDelegate:

        window = UIWindow(frame: UIScreen.mainScreen().bounds)
        if let window = window {
            // do not: window.backgroundColor = UIColor.whitecolor()