StackView layout side by side & on Top of each other (like zStack)
问题 I currently have this interface whereby I am putting a MapView and a UIView on top of each other. The UIView is where I put my chart overlay (eg: Heart Rate). This is fine when the device is in portrait mode. However, I would like to explore a different layout when in landscape mode whereby the UIView(HR Chart) and the MapView is side by side. Is this doable in Interface Builder? Or only in code? (I would like to only use UIKit to better support lower OSes) note : I tried in IB but can't seem