Skip to content

Explore Memory Issues on VS for Mac default Native Xamarin Application

Notifications You must be signed in to change notification settings

cosminstirbu/xamarin-memory-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Xamarin Memory Demo

iOS Memory Leaks

  • Using Xcode Instruments run the application with Allocations
  • Use ViewController in the Instrument Detail search view in Xcode Instruments - notice there is only ItemsViewController and AboutViewController
  • Tap on AddItem and you'll see a new view controller in Xcode Instruments - ItemNewViewController
  • Tap Back and you'll see that ItemNewViewController is not deallocated in Xcode Instruments
  • Comment the ViewDidLoad method in ItemNewViewController and uncomment the ViewWillAppear / ViewWillDissapear methods
  • Do the steps above once again an you'll see that ItemNewViewController is deallocated after tapping Back

About

Explore Memory Issues on VS for Mac default Native Xamarin Application

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages