SwiftyFORM icon indicating copy to clipboard operation
SwiftyFORM copied to clipboard

iOS framework for creating forms

Results 18 SwiftyFORM issues
Sort by recently updated
recently updated
newest added

I've noticed that if you use a TextView, that when you put the cursor in the field and start to type, that after the first character focus is lost. If...

Is there a concept of if a form is "dirty" (has been edited) vs just displayed that you can check when someone presses a back key to see if anything...

Hey, in your StaticTextFormItem and other source code files there is a SyncBlock. When compiling with the latest Xcode and iOS 15 SDKs the error is thrown "sync is not...

is it possible to have an AVATAR or USER IMAGE row for settings where you would let the user click on the image to go to an image picker? I...

Can you provide an explanation of the two in the documentation? Thanks!

Is there a way to set a field as SELECT ALL when focus change to it?

For example user switch On/Off some option and and new section with some content will occur/hide in the current table

Is there a way to add .autocorrectionType to the initializer? I can't find one unless I create it with a lazy variable? `builder += TextFieldFormItem().title("First Name").placeholder("Enter First Name").keyboardType(.default).autocorrectionType. `

Is there a way to add formatting rules for fields like phone numbers to be (xxx) xxx-xxxx ?

You could put a search bar in OptionPickerFormItem . I think it would be interesting. ps: I tried to put but failed in all attempts .