i have a UITableView that contains a prototype cell holding labels , each label subbed in a view , all views stacked in a vertical UIStackView and i have a constrain for the stack ,,
at runtime in iphone SE
unless I set stack width for 414 ( for iphone 6+ ) it will appear like
i don't want to set fixed width , but the constrains not applied correctly ,, what i have missed here