1
我已經聲明瞭一個全局變量:無法指定屬性「tabBarController」是隻得到屬性
var tabBarController: UITabBarController?
現在,當我試圖給這個全局變量我UITabBarController
類中:
override func viewDidLoad() {
tabBarController = self
}
我收到此錯誤:
Cannot assign to property 'tabBarController' is a get-only property
爲什麼會出現呢?
你是一個該死的天才! – etayluz