updateInsertionPointStateAndRestartTimer(_:)
Updates the insertion point’s location and optionally restarts the blinking cursor timer.
Declaration
func updateInsertionPointStateAndRestartTimer(_ restartFlag: Bool)Parameters
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.