From 58fc7bb84a0bb5b053a63857dc5e81b732c4cf8b Mon Sep 17 00:00:00 2001 From: Paul Young Date: Sun, 14 Jul 2013 22:36:52 -0400 Subject: Setting the rendering operation to nil when the complete. --- example/ios/iOS UI Test/iOS UI Test/MasterViewController.m | 1 + 1 file changed, 1 insertion(+) (limited to 'example') diff --git a/example/ios/iOS UI Test/iOS UI Test/MasterViewController.m b/example/ios/iOS UI Test/iOS UI Test/MasterViewController.m index c05fdd9a..0e9e0536 100644 --- a/example/ios/iOS UI Test/iOS UI Test/MasterViewController.m +++ b/example/ios/iOS UI Test/iOS UI Test/MasterViewController.m @@ -180,6 +180,7 @@ finishedRefreshWithFetcher:(GTMHTTPFetcher *)fetcher [cell.messageRenderingOperation start:^(NSString * htmlString, NSError * error) { cell.detailTextLabel.text = htmlString; + cell.messageRenderingOperation = nil; }]; return cell; -- cgit v1.2.3