mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-23 22:55:00 +00:00
Merge pull request #550 from marmelroy/issue-549
Access to underlying UITextView for more configuration options.
This commit is contained in:
@@ -19,6 +19,12 @@
|
||||
|
||||
#pragma mark - Configuration
|
||||
|
||||
/**
|
||||
@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, 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