In Xcode 9, I did some UI spot checking using the "view as" feature in Xcode 9 (which was previously in Xcode 8, but is now much more robust).
But now I don't know how to reset this filter*, and now any new constraint I add is created using the size class wC hR. In Xcode 8, I just reset it back to wAny hAny, but this apparently doesn't exist in Xcode 9.
But alas, every new constraint I add is being created with this specific size class:
Instead of:
How can I reset the size class "view as" so that constraints created default to wAny hAny, or "any size class"?
As @matt points out, understandably this isn't a filter per-se, but it still behaves as if it were - filtering the view to only show specific size-class constraints. In Xcode 8 you could reset the view to show constraints for "any any", per "Any" size class missing in Xcode 8.