Merge pull request #91 from houseoflegend/master
In iOS Example, added call to super in -[SpotTableViewCell prepareForReuse]
This commit is contained in:
commit
4285c0de88
1 changed files with 1 additions and 0 deletions
|
|
@ -69,6 +69,7 @@
|
||||||
#pragma mark - UITableViewCell
|
#pragma mark - UITableViewCell
|
||||||
|
|
||||||
- (void)prepareForReuse {
|
- (void)prepareForReuse {
|
||||||
|
[super prepareForReuse];
|
||||||
[self.imageView cancelImageRequestOperation];
|
[self.imageView cancelImageRequestOperation];
|
||||||
self.textLabel.text = nil;
|
self.textLabel.text = nil;
|
||||||
self.detailTextLabel.text = nil;
|
self.detailTextLabel.text = nil;
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue