How to create a right to left UITableView?
- by embedded
Hi,
I want to create a right to left UITableView.
right now I have the left to right table view.
I would like to know if there is an easy way to transfrom the left to right table into right to left using the latest iphone SDK?
I've tried the textAlignment on my custom table view cell but with no success.
Thanks