RESideMenu icon indicating copy to clipboard operation
RESideMenu copied to clipboard

Little improvement in the doc

Open tomlobato opened this issue 9 years ago • 0 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()

tomlobato avatar Feb 16 '16 05:02 tomlobato