Contents

updateInsertionPointStateAndRestartTimer(_:)

Updates the insertion point’s location and optionally restarts the blinking cursor timer.

Declaration

func updateInsertionPointStateAndRestartTimer(_ restartFlag: Bool)

Parameters

  • restartFlag:

    True to restart the blinking cursor timer, False otherwise.

Discussion

This method is invoked automatically whenever the insertion point needs to be moved; you should never need to invoke it directly, but you can override it to modify insertion point behavior.

See Also

Related Documentation

Managing the selection