Contents

sendsSearchStringImmediately

A Boolean value indicating whether the cell calls its action method immediately when an appropriate action occurs.

Declaration

var sendsSearchStringImmediately: Bool { get set }

Discussion

When the value of this property is true, the cell calls its action method immediately upon notification of any changes to the search field. When the value is false, the cell pauses briefly after receiving a notification and then calls its action method. Pausing gives the user an opportunity to type more text into the search field and minimize the number of searches that are performed.

See Also

Managing search modes