I want to list out all the subviews in a UIViewController. I tried self.view.subviews, but not all of the subviews are listed out, for instance, the subviews in the UITableViewCell are not found. Any idea?
I want to list out all the subviews in a UIViewController . I tried
Share
You have to recursively iterate the sub views.