SubviewAttachingTextView icon indicating copy to clipboard operation
SubviewAttachingTextView copied to clipboard

NSLayoutManagerDelegate no call

Open githhhh opened this issue 6 years ago • 0 comments

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 .

githhhh avatar Apr 03 '18 17:04 githhhh