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