Skip to content

Commit

Permalink
https://github.com/escoz/QuickDialog/pull/725
Browse files Browse the repository at this point in the history
  • Loading branch information
MathiasRoelants committed Jan 11, 2024
1 parent 6c59fb5 commit d188ec9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extras/QPickerTableViewCell.m
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ @implementation QPickerTableViewCell

- (QPickerTableViewCell *)initWithStyle:(UITableViewCellStyle)style reuseIdentifier:(NSString *)reuseIdentifier
{
if ((self = [self initWithStyle:style reuseIdentifier:reuseIdentifier]))
if ((self = [super initWithStyle:style reuseIdentifier:reuseIdentifier]))
{
[self createSubviews];
self.selectionStyle = UITableViewCellSelectionStyleBlue;
Expand Down

0 comments on commit d188ec9

Please sign in to comment.