Skip to content

Commit 0eba284

Browse files
committed
refactor: remove unnecessary pragma marks in RichTextView for cleaner code
1 parent 379758f commit 0eba284

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

ios/RichTextView.mm

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,6 @@ - (instancetype)initWithFrame:(CGRect)frame {
5151
return self;
5252
}
5353

54-
#pragma mark - Setup Methods
55-
5654
- (void)setupTextView {
5755
_textView = [[UITextView alloc] init];
5856
_textView.translatesAutoresizingMaskIntoConstraints = NO;
@@ -223,8 +221,6 @@ - (UIColor *)hexStringToColor:(NSString *)hexString {
223221
return [UIColor colorWithRed:red green:green blue:blue alpha:1.0f];
224222
}
225223

226-
#pragma mark - Touch Handling
227-
228224
- (void)textTapped:(UITapGestureRecognizer *)recognizer {
229225
/*
230226
* HOW LINK TAPPING WORKS:

0 commit comments

Comments
 (0)