python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
How can display Picker item of firebase realtime using xamarain forms and add to firebase when select item
I want to display a picker items from firebase how can do this ?
<Picker x:Name="AppointmentPatientName" Title="Patient Name" >
<Picker.Items>
...
Ahed Hamad
Votes: 0
Answers: 2
SwiftUI Picker customization text color soon not work
Using following code I am creating a picker but there is a huge problem with customization.
Only .background(Color.red) works.
Why it has be pain with Picker.
It was the same with UIView Picker as wel...
Hope
Votes: 0
Answers: 1
How to store selection of multiple Pickers?
I have 4 dogs - represented by 4 Pickers - and each one of them has a favourite treat. How can I store the selection of each Picker? I tried storing it in a dictionary, but when clicking on one of the...
Nicolas
Votes: 0
Answers: 1
Picker choice changing the TextField in SwiftUI
I want the user to be able to choose the currency they want to put in my app. But with this code:
import SwiftUI
struct ContentView: View {
@State private var amount = 0.0
@State private...
Swantewit
Votes: 0
Answers: 1