Skip to main content

Target class

This class provides methods that are used to define and configure the checkpoint target for the checkWithTag method.

Once you create a ImagesCheckSettings object using one of the factory methods defined by this class, you can configure the checkpoint by calling other methods from the ImagesCheckSettings class, chaining them one after the other using the '.' operator.

Import statement

@import EyesImages

image method

Syntax

Call syntax

undefined

Declaration

(ImagesCheckSettings *)image:(UIImage *)image

Parameters

image

Type: UIImage*

The checkpoint image as an object in PNG format.

Return value

Type: ImagesCheckSettings*