Conforms to NSObject
Declared in TKDataFormValidator.h

Overview

A protocol used to validate values when using TKDataForm.

Tasks

Properties

errorMessage

Returns error validation message.

@property (nonatomic, strong, nullable) NSString *errorMessage

Declared In

TKDataFormValidator.h

positiveMessage

Returns a positive validation message.

@property (nonatomic, strong, nullable) NSString *positiveMessage

Declared In

TKDataFormValidator.h

Instance Methods

validateProperty:

Defines the validation logic for a specific property.

- (BOOL)validateProperty:(TKEntityProperty *__nonnull)property

Parameters

property

The property to validate.

Declared In

TKDataFormValidator.h