editing the naming convention
This commit is contained in:
parent
2093b98a58
commit
8d425862f5
@ -166,8 +166,8 @@ extension RadioBoxes: UICollectionViewDelegate {
|
||||
cell.radioBox.selectBox()
|
||||
_ = FormValidator.validate(delegate: delegateObject?.formHolderDelegate)
|
||||
cell.updateAccessibility()
|
||||
guard let nu = boxes?[indexPath.row] else { return }
|
||||
radioDelegate?.selectedRadioBox(text: nu.text)
|
||||
guard let radioB = boxes?[indexPath.row] else { return }
|
||||
radioDelegate?.selectedRadioBox(text: radioB.text)
|
||||
}
|
||||
|
||||
open func collectionView(_ collectionView: UICollectionView, didDeselectItemAt indexPath: IndexPath) {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user