From 7566a0470ca98202901cc5b418a2ff8387ddf3fc Mon Sep 17 00:00:00 2001 From: Jackson Smith Date: Mon, 14 Oct 2019 23:51:23 -0300 Subject: [PATCH] Update Readme --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 8046326..32881cb 100644 --- a/README.md +++ b/README.md @@ -279,6 +279,14 @@ The Xcode memory graph debugger helps to find and fix to retain cycles and leake ![](/assets/debug panels.png) +#### 3. use instruments + +Apple provides great tools along with the Xcode to profile the application for finding the memory leaks and other great bug detection tools. Today I will guide you through small sample demo how you can detect the leaks in the application. + +[https://www.surekhatech.com/blog/find-memory-leaks-in-ios-apps-with-xcode-instruments/](https://www.surekhatech.com/blog/find-memory-leaks-in-ios-apps-with-xcode-instruments) + + + ### [applicationWillEnterForeground\(\_:\)](https://developer.apple.com/documentation/uikit/uiapplicationdelegate/1623076-applicationwillenterforeground) ### NSOperation