I've added Line View to one Content View, while adding on Content View ,i set UIViewAutoResizingMask
,but my view is cutting to Parent View for minute of seconds.
lineView.autoresizingMask = UIViewAutoresizingFlexibleWidth|UIViewAutoresizingFlexibleLeftMargin|UIViewAutoresizingFlexibleRightMargin;