xcode, auto-layout, swiftPositioning views relative to one another with auto-layoutPositioning views relative to one another with auto-layout was fairly tricky until...
ios, auto-layout, swiftStack views vertically or horizontally on iOS 8 using AutoLayoutWhile starting iOS 9 we have UIStackView, it is a little bit tricky to stack views vertically or horizontally.
xcode, objc, swift, auto-layoutDebugging view constraints with Xcode 7A small button named 'Debug view hierarchy', displays current view hierarchy in 3D.
swift, ios, auto-layoutUnwanted padding in UICollectionView in iOS 10On iOS 10, a collection view embedded in a view has unexpected padding at the top.
ios, swift, auto-layoutSetting height constraint for a view in a cellWe needed a collection view cell that contained an image view and a label.
swift, auto-layoutUIScrollView with AutoLayout, programmaticallyIt is fairly easy to use UIScrollView with the AutoLayout on iOS 12+ but only if one follows the following steps ...