JHTickerView
JHTickerView copied to clipboard
Conflict with UITableview Cell
Hello,
Thanks for put this code
I have query , I am not able to put this ticker view in UITableViewCell
I am checking with this
[cell addsubview:ticker]; [cell.backgroundview addsubview:ticker]; [cell.contenview addsubview:ticker];
but in any case this is not working in UITableview cell
my requirement is to display multiple ticker in one row and also multiple cell row
Thanks in advance if you can give any suggestion
How about now?