diff options
author | Jay Freeman (saurik) <saurik@saurik.com> | 2011-03-21 03:26:19 -0700 |
---|---|---|
committer | Jay Freeman (saurik) <saurik@saurik.com> | 2011-03-21 03:26:19 -0700 |
commit | ca6299305858884d89c8be7cca2ab5c67ee58c66 (patch) | |
tree | f75d5d9f1452fc17deb31f5c7f9d3f5f2acae5df | |
parent | 6057a4f0f6e2060b768c64382eafd6d2d500f11a (diff) |
Reloading the data of an arbitrary viewcontroller involves loading its view.
-rw-r--r-- | CyteKit/ViewController.mm | 1 |
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 { |