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?
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
:
They’re great for precisely the reason you mentioned, but are unfortunately only available from code at the present time.
sam