react-native-picker / picker

Picker is a cross-platform UI component for selecting an item from a list of options.
MIT License
1.5k stars 279 forks source link

iOS picker styles #516

Open hennessyevan opened 1 year ago

hennessyevan commented 1 year ago

Can this library support the other iOS picker styles? https://developer.apple.com/documentation/swiftui/pickerstyle

Gordeev1 commented 1 year ago

https://github.com/react-native-menu/menu might be a solution for you.

hennessyevan commented 1 year ago

This is a picker though, not a menu, but I could see how I could hack that together, it doesn't seem ideal.

And then there are other styles too like navigation and inline: swiftui-form-picker-navigationlink swiftui-form-picker-inline

SalihColak commented 9 months ago

This would be so cool. I think it has to be in a NavigationView to look like this. And it is only supported in iOS 16+.

camilossantos2809 commented 7 months ago

The link points to the SwiftUI docs. Is it possible to achieve the same in Objective-C UIPickerView?

christopherboisvert commented 5 months ago

Can this library support the other iOS picker styles? https://developer.apple.com/documentation/swiftui/pickerstyle

68747470733a2f2f64333377756272666b69306c36382e636c6f756466726f6e742e6e65742f633964616234626264623731396563316432613932383136366661336332336662366131343465392f38383332622f696d616765732f737769667475692d666f726d2d7069636b65722d64656661756c742e676966

That would be awesome, the current picker take a lot of screen space.