Auto Layout is a constraint-based, descriptive user interface layout system for OS X and iOS.
How do you use Auto Layout within UITableViewCells in a table view to let each cell's content and subviews determine …
ios uitableview autolayout row-heightI'm trying to figure this out since last week without going any step further. Ok, so I need to apply …
ios swift uiview autolayout nslayoutconstraintIs there a good way to adjust the size of a UITextView to conform to its content? Say for instance …
ios cocoa-touch autolayout uikit uitextviewI simply want flowing text on the left, and a help box on the right. The help box should extend …
wpf xaml autolayout autoresize dockpanelI'm updating an old app with an AdBannerView and when there is no ad, it slides off screen. When there …
ios objective-c animation autolayout ios6Fellow devs, I am having trouble with AutoLayout in Interface Builder (Xcode 5 / iOS 7). It's very basic and important so I …
ios swift uiscrollview autolayout interface-builderI'm trying to get self sizing UICollectionViewCells working with Auto Layout, but I can't seem to get the cells to …
ios uicollectionview autolayout uicollectionviewcellI can't find a clear answer on Apple documentation regarding Cocoa Autolayout about the difference between content hugging and compression …
cocoa autolayoutI have designed my custom Cell in IB, subclassed it and connected my outlets to my custom class. I have …
ios iphone cocoa-touch interface-builder autolayoutI have a custom view that's not getting layoutSubview messages during animation. I have a view that fills the screen. …
ios cocoa-touch autolayout bounds layoutsubviews