Eddy

Results 1 comments of Eddy

under AZDropDownMenu.swift I had to change it to ` private func initMenu() { var navBarHeight = UINavigationController().navigationBar.frame.size.height var statusBarHeight = UIApplication.sharedApplication().statusBarFrame.size.height ``` let frame = UIScreen.mainScreen().bounds let menuFrame = CGRectMake(0,...