Like a UIView but no rendering

In Autolayout class, the teacher mentioned a UI class that lets you specify things like frame but performs no rendering. Something like Guide View?

Anyone know what this is?

It’s UILayoutGuide:

https://developer.apple.com/library/prerelease/ios/documentation/UIKit/Reference/UILayoutGuide_Class_Reference/index.html

They’re great for precisely the reason you mentioned, but are unfortunately only available from code at the present time.

sam

1 Like