Post

Replies

Boosts

Views

Activity

Reply to Limit width of wheel style picker on iOS
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 🙏🏻
Mar ’22