INNER CODE UNIT · Swift
didReceiveMemoryWarning
InvadingOctopus/octopuskit · QuickStart/Universal/3 - MyGameViewController.swift:48
override func didReceiveMemoryWarning() {
// Customize this method to release any cached game-specific data, images, etc. that aren't in use, so that the operating system can free up some memory.
super.didReceiveMemoryWarning()
}
#endif
}