I am a new convert from C# and heavy UI interaction to iOS.
If anyone has worked in both technologies I hope you can help me with this question:
I have a View, in which I add a bottom view ( all through Interface Builder ). Now I need the bottom view to dock to bottom of theview it was added to, meaning whenever the parent view is resized ( as in increases in height ) the bottom view on that view should accordingly stay at the bottom , in Visual studio this is called docking, is there an equivalent for it in XCode interface builder? or even via code?
thanks
If you want to do it in IB, it’s under the “ruler” icon. There is a Autoresizing section.
If you are using the newest tool, it could also be name Constraint.