A simpler, cleaner implementation

This commit is contained in:
Roy Marmelstein
2015-07-22 11:05:27 +02:00
parent 3c71289927
commit 6b38000941
2 changed files with 5 additions and 17 deletions

View File

@@ -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;