Hi, I was hoping one of you experts could help.
I have a UITableViewSource with a row selected which works fine, I need to have an expanding row which I do but when it expands I need to change the expand image to be the close image.
I've tried in the RowSelected method but it doesnt update on the screen, I've tried the GetCell method but for some reason that only gets called when I 'close' the cell.
Any ideas?