Top "Autolayout" questions

Auto Layout is a constraint-based, descriptive user interface layout system for OS X and iOS.

UICollectionView, full width cells, allow autolayout dynamic height?

In a vertical UICollectionView , Is it possible to have full-width cells, but, allow the dynamic height to be controlled by …

ios uicollectionview autolayout
resize superview after subviews change dynamically using autolayout

I cant for the love of god the the hang of this resizing superview. I have a UIView *superview with 4 …

ios objective-c uiview autolayout autoresize
Vertically align text within a UILabel (Note : Using AutoLayout)

I am Copying the same Question asked Before Question. I have tried the solutions given and was not able to …

ios objective-c cocoa-touch autolayout uilabel
Autolayout - intrinsic size of UIButton does not include title insets

If I have a UIButton arranged using autolayout, its size adjusts nicely to fit its content. If I set an …

ios cocoa-touch uiview uibutton autolayout
Is it possible to obtain a dynamic table view section header height using Auto Layout?

New in iOS 8, you can obtain 100% dynamic table view cells by simply setting the estimated row height, then layout your …

ios uitableview ios8 autolayout
Is it possible to use AutoLayout with UITableView's tableHeaderView?

Since I discovered AutoLayout I use it everywhere, now I'm trying to use it with a tableHeaderView. I made a …

iphone ios ipad uitableview autolayout
Remove Auto-Layout Constraints for Specific Object

I have a UIImageView embedded in a UIView. My entire app uses AutoLayout, but I want to remove constraints for …

iphone uiview uiimageview autolayout
Update height constraint programmatically

I am new in auto layout. I have done all of my project from xib file, but now I faced …

ios objective-c swift autolayout nslayoutconstraint
Notepad++ plugin for auto format Css

I'm looking for a plugin for Notepad++ that will auto align (auto format) my Css files. Something similar to visual …

css plugins autolayout notepad++ auto-indent
Use autolayout to set dynamic UIView to match container view

I have a UIView in IB that has another UIView within it, which I am using as a container view. …

ios uiview autolayout resize