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 🙏🏻
Topic:
UI Frameworks
SubTopic:
SwiftUI
Tags: