Former icon indicating copy to clipboard operation
Former copied to clipboard

Former is a fully customizable Swift library for easy creating UITableView based form.

Results 20 Former issues
Sort by recently updated
recently updated
newest added

Bump the version to Swift 5.0

Have this protocol implemented in a file, and it's worked for months. All of a sudden I started getting this error. Not sure why. Here's the file: ``` import UIKit...

**Is your feature request related to a problem? Please describe.** It's annoying to always have to manually set the `viewHeight` of a header or footer view as we don't already...

Sometimes there is a need to delete a cell in form, so I expanded the function that can be swiped to delete

**Describe the bug** iOS 14+: When using `FormSelectorPickerCell` or `FormSelectorDatePickerCell` with internal configurable `UIPickerView` inside them, tap on the cell doesn't trigger appearance of internal `UIPickerView` **To Reproduce** Create `FormSelectorPickerCell`...

In iOS 14, the DatePicker has been updated. And now when you click on the InlineDatePickerRowFormer, you should immediately open the date picker popup, but not increase the cell height...

If I run the application via Xcode on a device or simulator. Then the SelectorPickerRowFormer doesn't open anymore. But when I run the same build of the application right away...

```swift let header = LabelViewFormer() { view in view.titleLabel.text = "Label Header" } let section = SectionFormer(rowFormer: labelRow, inlinePickerRow) .set(headerViewFormer: header) ``` `LabelViewFormer.update` is implemented like this: ```swift open override...

bug