Performs validation of the current content and updates the state of the Post button, if appropriate.
SDKs
- iOS 8.0+
- macOS 10.10+
- Mac Catalyst 13.0+
Framework
- Social
Declaration
func validateContent()
Discussion
By default, validate
calls is
, performs internal content validation, and updates the state of the Post button, if necessary. You should call this method if you change any data that your implementation of is
uses to test for content validity.