aboutsummaryrefslogtreecommitdiffhomepage
path: root/example/ios/iOS UI Test/iOS UI Test/MCTTableViewCell.m
diff options
context:
space:
mode:
Diffstat (limited to 'example/ios/iOS UI Test/iOS UI Test/MCTTableViewCell.m')
-rw-r--r--example/ios/iOS UI Test/iOS UI Test/MCTTableViewCell.m6
1 files changed, 6 insertions, 0 deletions
diff --git a/example/ios/iOS UI Test/iOS UI Test/MCTTableViewCell.m b/example/ios/iOS UI Test/iOS UI Test/MCTTableViewCell.m
index 21d22e38..bf0df5fb 100644
--- a/example/ios/iOS UI Test/iOS UI Test/MCTTableViewCell.m
+++ b/example/ios/iOS UI Test/iOS UI Test/MCTTableViewCell.m
@@ -10,4 +10,10 @@
@implementation MCTTableViewCell
+- (void)prepareForReuse
+{
+ [self.messageRenderingOperation cancel];
+ self.detailTextLabel.text = @" ";
+}
+
@end