Skip to content

Commit

Permalink
Map data for accessory view of PBTableViewCell
Browse files Browse the repository at this point in the history
  • Loading branch information
galenlin committed Jul 12, 2017
1 parent c906455 commit 53e144e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Pbind/Classes/View/PBTableViewCell.m
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,9 @@ - (void)layoutSubviews {
self.separatorInset = insets;
}
}
if (_accessoryMapper != nil) {
[_accessoryMapper mapData:nil forView:self.accessoryView];
}
}

- (void)setAccessoryView:(UIView *)accessoryView {
Expand Down

0 comments on commit 53e144e

Please sign in to comment.