I have a table view where in I have loaded my custom cell. I want to highlight each cell in a regular time interval without any user interaction once the table view is loaded. please help me on this.
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
Use this line of code and try this. //add this in viewdidload method
|
|||||||||||
|
|
Use an NSTimer than invokes a method that flips between sending the selectors |
|||
|
|
Use NSTimer to fire action of selection at specific time intervals that you want. EDIT -
Now in highlightMyCell method -
|
|||||||||||
|