Swift - animateWithDuration完成访问不良

时间:2016-09-16 11:17:06

标签: swift exc-bad-access

   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)

Animation move view out of screen. Then crash in comletion

1 个答案:

答案 0 :(得分:0)

你的代码工作得非常好

Self.downFrame的价值是什么?