Is there a way to use [self.view recursiveDescription] in Swift? I am trying to use this method but I am getting the following error:
\'UIView\' does not hav
Add to the bridging header a declaration of a category of UIView with that method.