mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-22 22:25:57 +00:00
Add support for configuring on ASEditableTextNode.
This commit is contained in:
@@ -31,6 +31,7 @@
|
||||
|
||||
// simple editable text node. here we use it synchronously, but it fully supports async layout & display
|
||||
_textNode = [[ASEditableTextNode alloc] init];
|
||||
_textNode.returnKeyType = UIReturnKeyDone;
|
||||
_textNode.backgroundColor = [[UIColor lightGrayColor] colorWithAlphaComponent:0.1f];
|
||||
|
||||
// with placeholder text (displayed if the user hasn't entered text)
|
||||
|
||||
Reference in New Issue
Block a user