天天看點

給unity appcontroller重載函數

#import "UnityAppController.h"

@interface IGGAppController : UnityAppController {}

@end

@implementation IGGAppController

- (void)applicationDidReceiveMemoryWarning:(UIApplication*)application

{

    [[NSNotificationCenter defaultCenter] postNotificationName:@"PostReceiveMemoryWarning" object:self];

}

@end

IMPL_APP_CONTROLLER_SUBCLASS(IGGAppController)

繼續閱讀