views:

30

answers:

0

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