We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 36cbc1a commit 99aa78eCopy full SHA for 99aa78e
SWTableViewCell/PodFiles/SWTableViewCell.h
@@ -35,7 +35,7 @@ typedef enum {
35
36
@property (nonatomic, strong) NSArray *leftUtilityButtons;
37
@property (nonatomic, strong) NSArray *rightUtilityButtons;
38
-@property (nonatomic) id <SWTableViewCellDelegate> delegate;
+@property (nonatomic, weak) id <SWTableViewCellDelegate> delegate;
39
@property (nonatomic, weak) UITableView *containingTableView;
40
41
- (id)initWithStyle:(UITableViewCellStyle)style reuseIdentifier:(NSString *)reuseIdentifier containingTableView:(UITableView *)containingTableView leftUtilityButtons:(NSArray *)leftUtilityButtons rightUtilityButtons:(NSArray *)rightUtilityButtons;
0 commit comments