mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-22 22:25:57 +00:00
A simpler, cleaner implementation
This commit is contained in:
@@ -23,7 +23,7 @@
|
||||
@abstract Access to underlying UITextView for more configuration options.
|
||||
@warning This property should only be used on the main thread and should not be accessed before the editable text node's view is created.
|
||||
*/
|
||||
@property (nonatomic, readwrite, strong) UITextView *textView;
|
||||
@property (nonatomic, readonly, strong) UITextView *textView;
|
||||
|
||||
//! @abstract The attributes to apply to new text being entered by the user.
|
||||
@property (nonatomic, readwrite, strong) NSDictionary *typingAttributes;
|
||||
|
||||
Reference in New Issue
Block a user