python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
SwiftUI keyboard toolbar. Is it possible to use it with UITexField
I have new SwiftUI .keyboard toolbar added. And it works great with Swiftui TextFields. But I consider if it is possible and how can it be done to use this toolbar also with UITextFields wrapped in UI...
Michał Ziobro
Votes: 0
Answers: 1
How to get data from textFieldDidEndEditing to save to Firebase?
I am trying to get the inputted text from recipeName, servingsNumber, prepTime and cookTime to save to fb.
I know this is close to where I need to be. I am need some help with my save function. I need...

Daniel
Votes: 0
Answers: 1
Allow only system keyboard for iOS text field
Is it possible to allow only iOS system keyboard for TextField in SwiftUI (or maybe for UITextField from UIKit)?
There is a solution in Apple docs to reject the use of all custom keyboards but it's fo...
as_danmark
Votes: 0
Answers: 0
Constraining Text Field to Button in Swift
I have a button I created in my storyboard, but have a custom UITextField that needs to be implemented in code, I am trying to place the text field so that it's 20 pixels above the button, but I am no...
Noah Iarrobino
Votes: 0
Answers: 1