ignoreCaret property
Use this property to set and retrieve whether or not Eyes eliminates mismatches due to blinking cursor artifacts.
Syntax
Call syntax
BOOL value; // give relevant initial value
eyes.ignoreCaret = value
value = eyes.ignoreCaret
Declaration
(assign, nonatomic) BOOL ignoreCaret
Type:BOOL
If set to true, then Eyes does extra processing to eliminate artifacts introduced by blinking cursors.