AccessoryDisclosureIndicator and AccessoryCheckmark on the left side
Posted
by embedded
on Stack Overflow
See other posts from Stack Overflow
or by embedded
Published on 2010-03-31T18:50:55Z
Indexed on
2010/03/31
18:53 UTC
Read the original article
Hit count: 160
Hi
I'm adding support for right-to-left languages for the UITableView. now I need to move the AccessoryDisclosureIndicator and AccessoryCheckmark from the right corner to the left.
I'm taking the UIImageView path and Now I'm looking for 2 png icons: one for the AccessoryDisclosureIndicator arrow to the left and the second for the AccessoryCheckmark.
Does anyone know where I can get those 2 icons?
Is it possible when the user clicks on some cell to switch to the other view to the left and not to the right?
Thanks
© Stack Overflow or respective owner