mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2026-01-10 14:51:16 +00:00
Add main thread warnings and setter/getter assert
This commit is contained in:
@@ -19,7 +19,10 @@
|
||||
|
||||
#pragma mark - Configuration
|
||||
|
||||
//! @abstract Access to underlying UITextView for more configuration options.
|
||||
/**
|
||||
@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;
|
||||
|
||||
//! @abstract The attributes to apply to new text being entered by the user.
|
||||
|
||||
Reference in New Issue
Block a user