SubviewAttachingTextView
SubviewAttachingTextView copied to clipboard
NSLayoutManagerDelegate no call
in demo
// Load lorem ipsum from a file and create a long attributed string out of it let loremIpsum = try! String(contentsOf: #fileLiteral(resourceName: "lorem-ipsum.txt")) let repeatedLorem = String(repeating: loremIpsum, count: 3) let text = NSAttributedString(string: repeatedLorem, attributes: [ .font : UIFont.systemFont(ofSize: 14) ])
try count is 20, imageView layout is error .