ios confused about strong/weak references
问题 I've looked through the questions on strong/weak references, and understand the reason for using weak (the parent to child relationship). However, I'm confused about specific scenarios where a parent to child relationship is created. For example, is adding subviews to a UIView object..an example of creating a parent/child relationship? What is? So far, I did everything in my project using strong, nowhere have I used weak, but I'm not sure if I'll run into memory management issues (or how to