UIView events and garbage collection

后端 未结 1 1165
慢半拍i
慢半拍i 2020-12-18 10:21

I have observed something that can affect any program\'s memory consumption and I would like some thoughts.

I have created a very simple test project with a UIViewC

相关标签:
1条回答
  • 2020-12-18 10:40

    Yes, there is a possibility of the object graph getting locked in this pattern, I've fixed it in the next major release of MonoTouch (MonoTouch 4)

    0 讨论(0)
提交回复
热议问题