TODO: List of things to work on. - mgchris/XamarinMemoryTesting GitHub Wiki

  1. Examples using the Weak class.
  2. See if the tableViewSource in the root object, is causing a retain cycle
  3. Check if static method on a class, might cause a retain. (I think it wont)
  4. If I pass in an action/lambda into a function that references 'this' UIViewController, and runs. Does it retain the this object?