UIStackView Landscape Issue

Hello,


I'm experiencing this weird issue with UIStackView where when I rotate to landscape my views ago out of allignment


My layout is UIStackView with 3 UIStackView's within. In portrait it all works well, in landscape they don't allign and that last stack isnt visible or accessible.


I have played around with each UIStackView's content hugging and resistance priority but with no luck


NOTE: on iPad, the issue is not present and behaves as expected. I suspect this is due to the fact that there is more space in landscape vs iPhone

Thanks in advance