invalidateDisplay(forCharacterRange:)
Invalidates display for the specified character range.
Declaration
func invalidateDisplay(forCharacterRange charRange: NSRange)Parameters
- charRange:
The character range for which display is invalidated.
Discussion
Parts of the range that are not laid out are remembered and redisplayed later when the layout is available. Does not actually cause layout.