I'm currently developing iOS apps with swift. I want to develop my apps without storyboard just with the xib files and Grouping my Views and Controllers with seperate groups. But i realized a missing thing in xib file. I can not see top layout guide and bottom layout guide in xib file. I want to arrange my UIControls according to the layout guides. But there is no one? Is there another way to set constraints with top layout guide with interface builder without using Storyboards?
Thanks in advance.