We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a665fa2 commit b2c3c2bCopy full SHA for b2c3c2b
docs/_docs/editable-text-node.md
@@ -69,8 +69,8 @@ editableTextNode.typingAttributes = @{NSForegroundColorAttributeName: [UIColor b
69
</pre>
70
71
<pre lang="swift" class = "swiftCode hidden">
72
-editableTextNode.typingAttributes = [NSForegroundColorAttributeName: UIColor.blueColor(),
73
- NSBackgroundColorAttributeName: UIColor.redColor()]
+editableTextNode.typingAttributes = [NSForegroundColorAttributeName: UIColor.blue,
+ NSBackgroundColorAttributeName: UIColor.red]
74
75
</div>
76
0 commit comments