If I see a UIView
in Debug View Hierarchy
and I don't know where it comes from,
Is there a way to see where it has been programmatically created in code?
This question describes and explains the reverse case (you have the code of the view and you see where it is located in the view hierarchy).
How can I find where I (accidentally) created a view in my code using the code provided by the view in the Debug View Hierarchy
?