示例#1
0
 public override void DidEnterBackground(UIApplication application)
 {
     // releases all of our chubby images in the cache.
     ImageStore.Purge();
 }
示例#2
0
 public override void DidReceiveMemoryWarning()
 {
     base.DidReceiveMemoryWarning();
     ImageStore.Purge();
 }