#import <Foundation/Foundation.h>
#import <UIKit/UIKit.h>
-#import "RVBook.h"
-
extern bool IsWildcat_;
@implementation UIViewController (Cydia)
return YES;
}
+- (void) reloadData {
+}
+
+- (void) unloadData {
+}
+
@end
@implementation CYViewController
}
- (void) reloadData {
+ [super reloadData];
+
// This is called automatically on the first appearance of a controller,
// or any other time it needs to reload the information shown. However (!),
// this is not called by any tab bar or navigation controller's -reloadData
loaded_ = YES;
}
+- (void) unloadData {
+ loaded_ = NO;
+ [super unloadData];
+}
+
- (NSURL *) navigationURL {
return nil;
}