Contents

validateContent()

Performs validation of the current content and updates the state of the Post button, if appropriate.

Declaration

func validateContent()

Discussion

By default, validateContent calls isContentValid(), 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 isContentValid uses to test for content validity.

See Also

Validating Content