Question: I have an enum with associated values, which I want to use as an item in RxDataSources. I tried conforming it to identifiable by conforming it to Hashable like below I implemented the hasher function by simply assigning each ...
Question: I have an enum with associated values, which I want to use as an item in RxDataSources. I tried conforming it to identifiable by conforming it to Hashable like below I implemented the hasher function by simply assigning each ...