Reply to Limit width of wheel style picker on iOS This worked for me: extension UIPickerView { open override var intrinsicContentSize: CGSize { return CGSize(width: UIView.noIntrinsicMetric, height: super.intrinsicContentSize.height) } } UI Frameworks SwiftUI Mar ’22