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
isValid
toBZGFormViewController
- Using this property to configure components (e.g. a submit button) is much easier.
- Adds
BZGFormCell
abstract superclassBZGTextFieldCell
now 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
voidEditingEventBlock
andboolEditingEventBlock
types- autocomplete with inscrutable block types is annoying.
- Renaming:
showsCheckmark
->showsCheckmarkWhenValid
BZGFormInfoCell
-> BZGInfoCell
BZGFormViewController
BZGFormViewController
no longer inherits fromUITableViewController
. 💀tableView
is now a subview of the view controller's view
- Removes
shouldShowInfoCell
- Use
BZGValidationStateWarning
when you want to show an info cell without marking the cell as invalid.
- Use
- Renaming:
formFieldCells
->formCells
updateInfoCellBelowFormFieldCell
->updateInfoCellBelowFormCell
nextFormFieldCell
->nextFormCell
firstInvalidFormFieldCell
->firstInvalidFormCell
1.1.0
- Adds
showCheckmark
andshowValidationWhileEditing
toBZGFormFieldCell