romaonthego / RESideMenu

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

Little improvement in the doc #276

Open tomlobato opened 8 years ago

tomlobato commented 8 years ago

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