2
請看看這個簡單的銀行代碼:什麼是Objective-C相當於一個空的Swift OptionSet?
UIView.animate(withDuration: duration, delay: interButtonDelay * Double(expanding ? index : index + 1), options: [], animations: {
button.transform = expanding ? .init(scaleX: self.scale, y: self.scale) : .identity
button.alpha = expanding ? 0.0 : 1.0
}, completion: nil)
這裏一個空數組傳遞到options
參數。我想找出什麼是正確的Objective-C相當於這樣做。我認爲它應該通過0,但我想完全確定。不幸的是,文件沒有告訴任何有關這一點。
Ç枚舉是整數,所以0是一個有效的值通過 – Mindaugas