mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-23 22:55:00 +00:00
Update docs
This commit is contained in:
@@ -69,8 +69,8 @@ editableTextNode.typingAttributes = @{NSForegroundColorAttributeName: [UIColor b
|
||||
</pre>
|
||||
|
||||
<pre lang="swift" class = "swiftCode hidden">
|
||||
editableTextNode.typingAttributes = [NSForegroundColorAttributeName: UIColor.blueColor(),
|
||||
NSBackgroundColorAttributeName: UIColor.redColor()]
|
||||
editableTextNode.typingAttributes = [NSForegroundColorAttributeName: UIColor.blue,
|
||||
NSBackgroundColorAttributeName: UIColor.red]
|
||||
</pre>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user