6
let loginRegisterButton:UIButton = {
let button = UIButton(type: .system)
button.backgroundColor = .white
button.setTitle("Register", for: .normal)
button.translatesAutoresizingMaskIntoConstraints = false
button.setTitleColor(.white, for: .normal)
return button
}()
是這個變量或函數,它爲什麼返回值?我們爲什麼稱它?沒有parenthesis
,這是行不通的,爲什麼?帶有大括號和圓括號的塊如何工作?
謝謝,有道理 – Ninja13
@忍者13歡迎您!如果您不需要進一步的幫助,請點擊旁邊的灰色複選標記,考慮接受答案。這會讓其他人知道你的問題已經解決,並在Stack Overflow上爲你贏得新的徽章。 – dasblinkenlight