Skip to content

Commit

Permalink
More memory efficient
Browse files Browse the repository at this point in the history
  • Loading branch information
thermogl committed Oct 6, 2010
1 parent 74d7404 commit 0ab8585
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion TISwipeableTableView.m
Original file line number Diff line number Diff line change
Expand Up @@ -279,7 +279,7 @@ - (void)setAccessoryType:(UITableViewCellAccessoryType)accessoryType {

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

// Same thing here
// Same as above.
[self setShouldSupportSwiping:NO];
[super setAccessoryView:accessoryView];
}
Expand Down

0 comments on commit 0ab8585

Please sign in to comment.