dekatotoro / dekatotoro/SlideMenuControllerSwift
incorrect line in createMenuView()
Open
- Dominant language
- Swift
- Stars
- 3.4k
- Forks
- 742
- PR merge metrics
- No merged PRs in 30d
Description
Minor tweak needed in AppDelegate:
//self.window?.backgroundColor = UIColor(red: 236.0, green: 238.0, blue: 241.0, alpha: 1.0)
self.window?.backgroundColor = UIColor(red: 236.0/255.0, green: 238.0/255.0, blue: 241.0/255.0, alpha: 1.0)
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.