I am trying to design a custom tableviewcell with 5 UILabel in series with different width but same height for iPads in landscape,Everything works fine in previous iPads,But in 12.9" iPad i am unable to set constraint properly,I tried Aspect-Ration constraints,Priority based constraints and Constant width constraints but nothing seems to be working for me,Every-time randomly one label is getting oversizing,Do anyone known better way to solve this thing,
I fixed the issue by using multiple constraints,For fixing the width I used equal width containt with low priority and lesser than with high priority,This fixed the issue –