diff options
Diffstat (limited to 'CyteKit')
-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 { |