editing the naming convention

This commit is contained in:
rajampetS 2021-06-10 11:43:01 +05:30
parent 2093b98a58
commit 8d425862f5

View File

@ -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) {