Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down