diff --git a/Sources/ImageRow.swift b/Sources/ImageRow.swift index c66eda2..4712a8d 100644 --- a/Sources/ImageRow.swift +++ b/Sources/ImageRow.swift @@ -94,6 +94,7 @@ open class _ImageRow: OptionsRow, PresenterRowType, ImageR presentationMode = .presentModally(controllerProvider: ControllerProvider.callback { return ImagePickerController() }, onDismiss: { [weak self] vc in self?.select() + self?.cell?.formViewController()?.tableView?.reloadData() vc.dismiss(animated: true) })