In-line Validation
FUIInlineValidationTableViewCell, FUIInlineValidationView
In-line validation provides static information to a user or provides temporary feedback in response to a user’s input and is commonly used with form cells in forms. In-line validation should be placed underneath the relevant form cell and may display hint text, a success message, a warning message, or an error message.

In-line errors in form sheet
A. Icon
Provides a visually accessible cue to the user when user action is required or form feedback is important.
Helper text variation does not have an icon.
B. Text
Provides a succinct and clear message to the user. The message may wrap to a maximum of three lines in certain uses cases, but we recommend limiting the message to one line.

In-line validation anatomy (from top to bottom: helper text, success message, warning message, error message)
Depending on the variation and use case, in-line validation may persist or disappear.
Helper text should persist as it provides contextual information to the user. A success or warning message appears in response to a user’s interaction and may disappear.
An error message similarly appears in response to a user’s interaction but will disappear once the error has been corrected.
In certain use cases, error messages may also be used in conjunction with a page-level error banner.
If there are critical errors, the user may be required to correct the errors before being permitted to proceed with input or form submission.

Once an error is resolved, an error message reverts back to helper text

Helper text examples
Resources
Development: FUIInlineValidationTableViewCell, FUIInlineValidationView
Related Components/Patterns: Error Handling