iOS
How to implement recursiveDescription method in Swift
You might find out that the private method of UIView recursiveDescription is useful, especially when you want to debug your view hierarchy. You could run the following command from the LLDB prompt in Xcode: po view.value(forKey: "recursiveDescription")! It would print the view hierarchy for you, all