let downFrame = CGRect(x: 0, y: ScreenSize.height, width: ScreenSize.width, height: ScreenSize.height-Constants.navBarHeight)
UIView.animateWithDuration(0.3, animations: {
self.frame = self.downFrame
},
completion: nil)
答案 0 :(得分:0)
你的代码工作得非常好
Self.downFrame的价值是什么?