removeTextContainer(at:)
Removes the text container at the specified index and invalidates the layout as necessary.
Declaration
func removeTextContainer(at index: Int)Parameters
- index:
The index of the text container to remove.
Discussion
This method invalidates glyph information as needed.
See Also
Related Documentation
invalidateGlyphs(forCharacterRange:changeInLength:actualCharacterRange:)invalidateLayout(forCharacterRange:actualCharacterRange:)