Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 1149073

Browse files
author
Ignacio Romero Zurbuchen
committed
Uses @dynamic insteand of @synthesize so the auto property is implemented by the super class. Fixes slackhq#349 causing not forwarding all UITextViewDelegate callbacks
1 parent 79c27cf commit 1149073

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Source/SLKTextView.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ @interface SLKTextView ()
5858
@end
5959

6060
@implementation SLKTextView
61-
@synthesize delegate = _delegate;
61+
@dynamic delegate;
6262

6363
#pragma mark - Initialization
6464

0 commit comments

Comments
 (0)