I'm trying to develop my first app on IOS platform and i want to add a call button to different cells and give each cell a different number to call because I want to programmatically add number to each cell to call ((for example I want cell A to call only the number 123 when I press the call button and I want the Cell B to only call 456 when I press the call button in that cell , I have a service class where my data is stored and I have DeatilCell class to update my cell with different data and another class to pass my data to the cells
I tried to search for some answers on the internet but I couldn't find anything