CSLinearLayoutView icon indicating copy to clipboard operation
CSLinearLayoutView copied to clipboard

use Autolayout with CSLinearLayoutView

Open hrsalehi opened this issue 10 years ago • 0 comments

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 use autolayout because when I create my view in viewDidLoad the still doesn't get the actual size and loaded with predefined size in storyboard so the layout doesn't fill the screen.

hrsalehi avatar Dec 16 '15 12:12 hrsalehi