How To Simulate Memory Warning In Xcode 10 iOS Simulator
When you develop an iOS app, you sometimes need to simulate memory warning notifications to test your iOS app in high memory pressure conditions. Xcode simulator just provides such a tool for you to trigger memory warning notifications. Then you can test your source code in ViewController class’s didReceiveMemoryWarning function. This article will tell you […]
How To Simulate Memory Warning In Xcode 10 iOS Simulator Read More »