example i try to change cell.accessoryView from picture1 to picture2 by fadein
but my problem is i only have one accessoryView(one UIView)
any idea?
example i try to change cell.accessoryView from picture1 to picture2 by fadein
but my problem is i only have one accessoryView(one UIView)
any idea?
If you want a fade, you'll have to modify your accessory view rather than reset
cell.accessoryView
. The simplest approach may be to give your accessory two subviews, one each for picture1 and picture2.Then do the following to fade between:
if i understood your question properly...
you can try something like