标签: ios swift ios8-share-extension
在右上方有禁用的帖子按钮。如何更改文本或手动启用?
navigationBar.rightBarButtonItem?.enabled = true
不起作用
答案 0 :(得分:5)
可以通过拨打validateContent():
validateContent()
override func isContentValid() -> Bool { super.isContentValid() //valdate your SLComposeViewController here }
isContentValid()由validateContent()调用。
isContentValid()