How to create custom inline rows with Eureka?
I would like implement a custom inline cell with Eureka like described here . But I have some problems to make in compile in my concrete case. Swift compiler crashes when I try to run with the following error. ... Call parameter type does not match function signature! ... 1. Running pass 'Module Verifier' on function'@_TWaC7TonyPro22ServiceCheckInlineRow26Eureka13InlineRowTypeS_' ... My collapsable Row and Cell. public final class ServiceRow: Row<Service, ServiceCell>, RowType { ... } public class ServiceCell: Cell<Service>, CellType { ... } My inline row public class ServiceCheckInlineRow: