From: Jay Freeman (saurik) Date: Mon, 21 Mar 2011 10:26:19 +0000 (-0700) Subject: Reloading the data of an arbitrary viewcontroller involves loading its view. X-Git-Tag: v1.1.0%rc1~58 X-Git-Url: https://git.saurik.com/cydia.git/commitdiff_plain/ca6299305858884d89c8be7cca2ab5c67ee58c66?hp=6057a4f0f6e2060b768c64382eafd6d2d500f11a Reloading the data of an arbitrary viewcontroller involves loading its view. --- diff --git a/CyteKit/ViewController.mm b/CyteKit/ViewController.mm index dc5dabb0..a25da53e 100644 --- a/CyteKit/ViewController.mm +++ b/CyteKit/ViewController.mm @@ -51,6 +51,7 @@ extern bool IsWildcat_; } - (void) reloadData { + [self view]; } - (void) unloadData {