Exception View Hierarchy Information - [UITextView _firstBaselineOffsetFromTop] is only valid when using auto-layout

I get this warning on console output when I try to debug view hierarchy in Xcode 9.

The exception view hierarchy information - [UITextView _firstBaselineOffsetFromTop] is valid only when using the automatic layout `

I am not sure what this means, and I do not see the hierarchy of representation.

+5
source share

Source: https://habr.com/ru/post/1272705/


All Articles