We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 379758f commit 0eba284Copy full SHA for 0eba284
1 file changed
ios/RichTextView.mm
@@ -51,8 +51,6 @@ - (instancetype)initWithFrame:(CGRect)frame {
51
return self;
52
}
53
54
-#pragma mark - Setup Methods
55
-
56
- (void)setupTextView {
57
_textView = [[UITextView alloc] init];
58
_textView.translatesAutoresizingMaskIntoConstraints = NO;
@@ -223,8 +221,6 @@ - (UIColor *)hexStringToColor:(NSString *)hexString {
223
221
return [UIColor colorWithRed:red green:green blue:blue alpha:1.0f];
224
222
225
226
-#pragma mark - Touch Handling
227
228
- (void)textTapped:(UITapGestureRecognizer *)recognizer {
229
/*
230
* HOW LINK TAPPING WORKS:
0 commit comments