CSLinearLayoutView icon indicating copy to clipboard operation
CSLinearLayoutView copied to clipboard

Linear layout view designed to simplify relative layouts on iOS.

Results 8 CSLinearLayoutView issues
Sort by recently updated
recently updated
newest added

I have a CSLinearlayoutView and mutiple CSLinearLayoutItems aaded to It but the problem is that autolayout constraints doesn't work for view that I added toCSLinearLayoutItem Notice : I want to...

I have a layout with an image above it and I want to image scroll faster that the other view. Is this possible? I set the main view delegate UIScrollViewDelegate...

When i create cslinearlayoutView with scroll property value YES and after that i add some items like ``` CSLinearLayoutItem *itmFoo=[CSLinearLayoutItem layoutItemForView:foo]; itmFoo.padding=CSLinearLayoutMakePadding(25, 0, 0, 0); ``` now problem shown here:...

Is there a way to vertical align elements to the bottom of the view? Items added to the CSLinearLayoutView always start at the top.

I like CSLinearLayoutView very much. It is difficult to arrange the views in iOS without it. I have two ideas to make life easier. 1. add findByTag for and let...

Hey Charles, thanks for your Linear Layout View! I built something similar some time ago. But your approach (with wrapped LayoutItems) is better than mine. Still I had some Ideas,...

Hi,thanks for your work at this library. Can you tell please how to nest layouts ( if possible ). What I need is exactly your example at readme file (...

I'm a using CSLinearLayoutView in vertical mode with device in portrait orientation. When I rotate the device to landscape I would like the view(s)/items to expand horizontally, i.e. keeping the...