为了账号安全,请及时绑定邮箱和手机立即绑定

我的怎么不动

import UIKit


class donghuaViewController: UIViewController {


    @IBOutlet weak var blue: UIView!

    override func viewDidLoad() {

        super.viewDidLoad()


        // Do any additional setup after loading the view.

    }


    override func didReceiveMemoryWarning() {

        super.didReceiveMemoryWarning()

        // Dispose of any resources that can be recreated.

    }

    override func viewDidDisappear(animated: Bool) {

        UIView.animateWithDuration(1, animations: {

              self.blue.center.x=self.view.bounds.width - self.blue.center.x;

        })

    }

我这个有错吗?怎么不动?


正在回答

2 回答

视频你都没看清楚,控制起的运行过程 你得知道啊



0 回复 有任何疑惑可以回复我~

要写在ViewDidload 函数里面, 你写这个没有调用 怎么会动呢!!!


0 回复 有任何疑惑可以回复我~

举报

0/150
提交
取消
iOS-动画入门
  • 参与学习       35090    人
  • 解答问题       23    个

后IOS时代 扁平化设计,提高用户体验,你值得拥有

进入课程

我的怎么不动

我要回答 关注问题
意见反馈 帮助中心 APP下载
官方微信