SwiftForms icon indicating copy to clipboard operation
SwiftForms copied to clipboard

A small and lightweight library written in Swift that allows you to easily create forms.

Results 35 SwiftForms issues
Sort by recently updated
recently updated
newest added

Hi there, I'm here to report a matter : The upload class "FormSection" from pod install got these lines : ``` public var headerViewHeight: CGFloat = UITableView.automaticDimension public var footerViewHeight:...

Would appreciate an update to the latest release

when i custom the cell, i implement the class FormBaseCell and override the function configure() and update(), also a variable named myImage as type UIImageView was defined in it. However,...

This seems like a great library but it's currently pretty restrictive because FormViewController extends UITableViewController. For example, I'd really like to add a 'Submit' button to my forms that's anchored...

I'm configuring the picker with array values like this: `row = FormRowDescriptor(tag: Static.picker, rowType: .Picker, title: "Value") row.configuration[FormRowDescriptor.Configuration.Options] = array.count row.configuration[FormRowDescriptor.Configuration.TitleFormatterClosure] = { value in var stringArray = [String]() for...

Crash in FormViewController line 136 (SwiftForms to 1.8.2 version, Xcode 10 and swift 4.2) The only way for me to keep working with SwiftForm: remove the 'titleLabel.font' key from `row.configuration.cell.appearance...

- fix FormTextFieldCell crash when titleLabel is being modified by the cell appearance

Plans to upgrade time? swift 5.0

Why your textfield cell can auto scroll keyboard top,could you please tell me the reason?Because i want to create a custom popview.