I'm using the code below:
<<< ButtonRow("MyCell") { $0.title = $0.tag $0.presentationMode = .segueName(segueName: "ShowMyScreen", onDismiss: nil) }
Now, I need to perform a conditon on click and move only if it's true and show an alert if it's false. Then move if the user clicks on ok from the alert. How do I do that?
Use the
.onCellSelection
closureExample code of your requirements