Add UILayoutGuide in Interface Builder?

I learned abouth UILayoutGuide from WWDC videos, but I didn't see a way to create one in IB. Can you?


Rob

Anyone?


There is still no support for UILayoutGuide in Xcode 7 Beta 5.


I find it very strange that a technology like this was introduced at WWDC, to solve an extremely common and obvious problem, yet no example was shown on how to use it, and no native support is provided in Interface Builder. Why?

I don't think it is available in IB yet. In video 219 Mysteries of Autolayout part 2, there is extensive use of UILayoutGuide in the AstroLayout sample code. I have downlaoded the code. But it is all done in the code, not in IB.


UILayoutGuide inherits directly from NSObject, not from UIView, which could make it harder to add conveniently to Xcode.

Add UILayoutGuide in Interface Builder?
 
 
Q