Releases: 0thernet/BZGFormViewController
Releases · 0thernet/BZGFormViewController
v2.4.0
v2.3.2
v2.3.1
v2.3.0
v2.2.0
v2.1.0
- Adds
isValidtoBZGFormViewController- Using this property to configure components (e.g. a submit button) is much easier.
- Adds
BZGFormCellabstract superclassBZGTextFieldCellnow inherits fromBZGFormCell.setFormCells:enforces that all form cells are of classBZGFormCell.
v2.0
This release contains breaking changes and is not backwards compatible.
BZGFormFieldCell -> BZGTextFieldCell
- Removes
voidEditingEventBlockandboolEditingEventBlocktypes- autocomplete with inscrutable block types is annoying.
- Renaming:
showsCheckmark->showsCheckmarkWhenValid
BZGFormInfoCell -> BZGInfoCell
BZGFormViewController
BZGFormViewControllerno longer inherits fromUITableViewController. 💀tableViewis now a subview of the view controller's view
- Removes
shouldShowInfoCell- Use
BZGValidationStateWarningwhen you want to show an info cell without marking the cell as invalid.
- Use
- Renaming:
formFieldCells->formCellsupdateInfoCellBelowFormFieldCell->updateInfoCellBelowFormCellnextFormFieldCell->nextFormCellfirstInvalidFormFieldCell->firstInvalidFormCell
1.1.0
- Adds
showCheckmarkandshowValidationWhileEditingtoBZGFormFieldCell