Disregard , I put the extension :
extension UIPickerView { open override var intrinsicContentSize: CGSize { return CGSize(width: UIView.noIntrinsicMetric , height: 150) } }
just before my pickerview struct declaration , and all my pickerviews are strictly working inside the stack they are in .
Thank you so much 🙏🏻
Post
Replies
Boosts
Views
Activity
Same trouble 😔
despite visual zones are obviously separated , padding zone is not , and the last to be display overrides the ones on the left