SKWyverns29
SKWyverns29

Reputation: 55

Please interpret the contents of the Xcode memory debugger

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?

enter image description here

Upvotes: 0

Views: 33

Answers (1)

matt
matt

Reputation: 535306

What does the number inside the circle mean?

It is the number of retains causing the retain cycle.

Upvotes: 1

Related Questions