From ca6299305858884d89c8be7cca2ab5c67ee58c66 Mon Sep 17 00:00:00 2001 From: "Jay Freeman (saurik)" Date: Mon, 21 Mar 2011 03:26:19 -0700 Subject: Reloading the data of an arbitrary viewcontroller involves loading its view. --- CyteKit/ViewController.mm | 1 + 1 file changed, 1 insertion(+) diff --git a/CyteKit/ViewController.mm b/CyteKit/ViewController.mm index dc5dabb..a25da53 100644 --- a/CyteKit/ViewController.mm +++ b/CyteKit/ViewController.mm @@ -51,6 +51,7 @@ extern bool IsWildcat_; } - (void) reloadData { + [self view]; } - (void) unloadData { -- cgit v1.2.3