我想爲我的UIButtons的backgroundColor屬性設置動畫,但我不確定從哪裏開始。我從來沒有使用過Core Animation,我不確定我是否需要這麼基本的東西?在iOS中使用Swift3爲UIButton設置'backgroundColor'的動畫
我風格使用類和看起來像這樣的方法的按鈕:
redTheme.swift
func makeRedButton() {
self.layer.backgroundColor = myCustomRedcolor
}
完美謝謝! – Brewski