How to check enum in same value using switch in swift – Ios swift
I'm kinda block for this scenario , I have a enum which have the same value now the question here is that they have different usecases how can I put a condition for this to case in switch: supposed I…