I want to implement tablecell in which there is one label with text = 0 and two button with text ‘+’ and ‘-‘
- when i click + button then i want to increment text label by one.
- when i click – button then i want to decrement text label by one.
Any idea how to change the label of uitablecell.
Thanks in advance.
in a cellForRowAtIndexPath method u call