How do I change names programmatically to tell apart UIViews in Xcode visual debugger?
How do I rename views in Xcode visual debugger?
It’s a sea of UIViews so it’s nearly impossible to tell which
uiview a constraint is for.
UIViewControllers show titles while for UIViews unless it’s a derived class
it’s UIView. How do you tell them apart?
Case to the point
this seems to be a duplicate of How to set the Identifier of a UIView in Xcode 4.5/iOS for debugging auto layout?
Source: Ios