1
在右上角有禁用的發佈按鈕。我如何更改文字或手動啓用它?如何訪問SLComposeViewController中的POST按鈕?
navigationBar.rightBarButtonItem?.enabled = true
不工作
在右上角有禁用的發佈按鈕。我如何更改文字或手動啓用它?如何訪問SLComposeViewController中的POST按鈕?
navigationBar.rightBarButtonItem?.enabled = true
不工作
它可以啓用或通過電話validateContent()
隨時禁用它:
override func isContentValid() -> Bool {
super.isContentValid()
//valdate your SLComposeViewController here
}
isContentValid()
被稱爲validateContent()
。
男人,你救了我的生命hahahaha tnks! –
謝謝!!!這項工作對我來說 –