summaryrefslogtreecommitdiff
path: root/CyteKit
diff options
context:
space:
mode:
authorJay Freeman (saurik) <saurik@saurik.com>2011-03-21 03:26:19 -0700
committerJay Freeman (saurik) <saurik@saurik.com>2011-03-21 03:26:19 -0700
commitca6299305858884d89c8be7cca2ab5c67ee58c66 (patch)
treef75d5d9f1452fc17deb31f5c7f9d3f5f2acae5df /CyteKit
parent6057a4f0f6e2060b768c64382eafd6d2d500f11a (diff)
Reloading the data of an arbitrary viewcontroller involves loading its view.
Diffstat (limited to 'CyteKit')
-rw-r--r--CyteKit/ViewController.mm1
1 files changed, 1 insertions, 0 deletions
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 {