You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
-1Lines changed: 0 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -19,7 +19,6 @@ Basic code to make it work:
19
19
let layoutManager = NSLayoutManager()
20
20
textStorage.addLayoutManager(layoutManager)
21
21
22
-
23
22
If you need to sync your model with ParagraphTextStorage content, set the paragraphDelegate to adopt the ParagraphTextStorageDelegate protocol. It's just one method:
0 commit comments