- Using Xcode Instruments run the application with Allocations
- Use
ViewController
in theInstrument Detail
search view in Xcode Instruments - notice there is onlyItemsViewController
andAboutViewController
- Tap on
AddItem
and you'll see a new view controller in Xcode Instruments -ItemNewViewController
- Tap
Back
and you'll see thatItemNewViewController
is not deallocated in Xcode Instruments - Comment the
ViewDidLoad
method inItemNewViewController
and uncomment theViewWillAppear
/ViewWillDissapear
methods - Do the steps above once again an you'll see that
ItemNewViewController
is deallocated after tappingBack
-
Notifications
You must be signed in to change notification settings - Fork 0
cosminstirbu/xamarin-memory-demo
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
Explore Memory Issues on VS for Mac default Native Xamarin Application
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published