File tree Expand file tree Collapse file tree 4 files changed +0
-18
lines changed Expand file tree Collapse file tree 4 files changed +0
-18
lines changed Original file line number Diff line number Diff line change @@ -40,9 +40,6 @@ - (instancetype)initWithBridge:(RCTBridge *)bridge
40
40
return self;
41
41
}
42
42
43
- RCT_NOT_IMPLEMENTED (- (instancetype )initWithFrame:(CGRect)frame)
44
- RCT_NOT_IMPLEMENTED(- (instancetype )initWithCoder:(NSCoder *)coder)
45
-
46
43
- (id <RCTBackedTextInputViewProtocol>)backedTextInputView
47
44
{
48
45
return _backedTextInputView;
Original file line number Diff line number Diff line change @@ -108,12 +108,6 @@ - (void)setTextAlignment:(NSTextAlignment)textAlignment
108
108
_placeholderView.textAlignment = textAlignment;
109
109
}
110
110
111
- - (void )setText : (NSString *)text
112
- {
113
- [super setText: text];
114
- [self textDidChange ];
115
- }
116
-
117
111
- (void )setAttributedText : (NSAttributedString *)attributedText
118
112
{
119
113
[super setAttributedText: attributedText];
Original file line number Diff line number Diff line change @@ -32,9 +32,6 @@ - (instancetype)initWithBridge:(RCTBridge *)bridge
32
32
return self;
33
33
}
34
34
35
- RCT_NOT_IMPLEMENTED (- (instancetype )initWithFrame:(CGRect)frame)
36
- RCT_NOT_IMPLEMENTED(- (instancetype )initWithCoder:(NSCoder *)coder)
37
-
38
35
- (id <RCTBackedTextInputViewProtocol>)backedTextInputView
39
36
{
40
37
return _backedTextInputView;
Original file line number Diff line number Diff line change @@ -121,12 +121,6 @@ - (CGRect)editingRectForBounds:(CGRect)bounds
121
121
122
122
#pragma mark - Overrides
123
123
124
- - (void )setSelectedTextRange : (UITextRange *)selectedTextRange
125
- {
126
- [super setSelectedTextRange: selectedTextRange];
127
- [_textInputDelegateAdapter selectedTextRangeWasSet ];
128
- }
129
-
130
124
- (void )setSelectedTextRange : (UITextRange *)selectedTextRange notifyDelegate : (BOOL )notifyDelegate
131
125
{
132
126
if (!notifyDelegate) {
You can’t perform that action at this time.
0 commit comments