I didn't find in the documentation how to add ability to select multiple rows (see the attached screenshot). I know how to do it with ordinary UITableView, but when I use Eureka and call tableView.setEditing(true, animated: true) nothing happens. Is there any way to implement this with Eureka?

Use a
MultipleSelectorRow, for example:Use it to present a
toview controller with multiple choices.