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.