Using the methods in RZUtils to retrieve the pinned width or height constraints of a view may sometimes return instances of NSContentSizeLayoutConstraint when you would expect them to return nil. This seems to be an internal representation of the intrinsic content size. Discovered by @jvisenti and @KingOfBrian.