-
Notifications
You must be signed in to change notification settings - Fork 3
EagerLayoutManager
fumoboy007 edited this page Nov 27, 2020
·
2 revisions
An NSLayoutManager
subclass that performs layout immediately whenever text changes
or whenever the geometry of a text container changes.
open class EagerLayoutManager: NSLayoutManager, EagerLayoutManaging
EagerLayoutManaging
, NSLayoutManager
public override init()
public required init?(coder: NSCoder)
let didCompleteLayoutNotification
var textStorage: NSTextStorage?
open override func textContainerChangedGeometry(_ container: NSTextContainer)
open func performFullLayout()
Generated at 2020-11-27T07:13:09+0000 using swift-doc 1.0.0-beta.5.