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 🙏🏻
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Mar ’22
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 🙏🏻
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Mar ’22
Reply to Limit width of wheel style picker on iOS
Same trouble 😔 despite visual zones are obviously separated , padding zone is not , and the last to be display overrides the ones on the left
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Feb ’22