Allow ASEditableTextNode to scroll

This commit is contained in:
Luke Zhao
2016-01-14 17:53:08 -08:00
parent df10f8f19a
commit 995f437e12
2 changed files with 33 additions and 6 deletions

View File

@@ -23,6 +23,11 @@ NS_ASSUME_NONNULL_BEGIN
#pragma mark - Configuration
/**
@abstract Enable scrolling on the textView
*/
@property (nonatomic) BOOL scrollEnabled;
/**
@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.