ios - Is there any document/page explaining in detail how monotouch handles memory management / object lifetime of unmanaged (NSObject) objects -
I have read a small section about the breakdown () and a similar question has been asked before Monotouch forums : However, I am still a little confused how things are actually working under cover
I think things work the same way. NET COM RCWs (http://msdn.microsoft.com/en-us/library/ms973274.aspx), but I'm trying to make sure this is the case.
Acting in the right way will help me answer such questions, for example, if I setImage on a UIButton, then now I just want to assign UIImage to the UIKit button control Only native UIImage will be used (and that Managed UIButton will not use anyhow managed object).
I understand that once I contribute myself to Monochouch wiki when I understand how things work.
Please ask any questions from you, and I will answer the document in detail.
Comments
Post a Comment