init(containerSize:)
Initializes a text container with a specified bounding rectangle.
Declaration
convenience init(containerSize aContainerSize: NSSize)Parameters
- aContainerSize:
The size of the text container’s bounding rectangle.
Return Value
The newly initialized text container.
Discussion
The new text container must be added to an NSLayoutManager object before it can be used. The text container must also have an NSTextView object set for text to be displayed. This method is the designated initializer for the NSTextContainer class.