簡體   English   中英

UIView animation 不工作 - Xcode (Swift)

[英]UIView animation not working - Xcode (Swift)

示例:我沒有看到任何 animation。 為什么?

UIView.animate(withDuration: 1, delay: 0, options: [.repeat, .autoreverse], animations: {
    self.buttonTrial.transform = CGAffineTransform(scaleX: 1.2, y: 1.2)
}, completion: { completion in
    self.buttonTrial.transform = .identity
})

您的代碼工作正常。 我刪除了completion ,因為它不需要,但除此之外,這是完全使用您顯示的代碼完成的。

在此處輸入圖像描述

暫無
暫無

聲明:本站的技術帖子網頁,遵循CC BY-SA 4.0協議,如果您需要轉載,請注明本站網址或者原文地址。任何問題請咨詢:yoyou2525@163.com.

 
粵ICP備18138465號  © 2020-2024 STACKOOM.COM