Reputation: 55
A memory trick occurred during app development.
When I ran the Xcode memory debugger, I saw the image below.
Please interpret the image below.
What does the number inside the circle mean?
Upvotes: 0
Views: 33
Reputation: 535306
What does the number inside the circle mean?
It is the number of retains causing the retain cycle.
Upvotes: 1