|
@@ -2000,6 +2000,7 @@ typedef NS_ENUM(NSUInteger, YYTextMoveDirection) {
|
|
self.debugOption = [YYTextDebugOption sharedDebugOption];
|
|
self.debugOption = [YYTextDebugOption sharedDebugOption];
|
|
[YYTextDebugOption addDebugTarget:self];
|
|
[YYTextDebugOption addDebugTarget:self];
|
|
|
|
|
|
|
|
+ [self _updateInnerContainerSize];
|
|
[self _update];
|
|
[self _update];
|
|
|
|
|
|
[[NSNotificationCenter defaultCenter] addObserver:self selector:@selector(_pasteboardChanged) name:UIPasteboardChangedNotification object:nil];
|
|
[[NSNotificationCenter defaultCenter] addObserver:self selector:@selector(_pasteboardChanged) name:UIPasteboardChangedNotification object:nil];
|