How to create a right to left UITableView?

Posted by embedded on Stack Overflow See other posts from Stack Overflow or by embedded
Published on 2010-03-30T08:44:40Z Indexed on 2010/03/30 12:43 UTC
Read the original article Hit count: 319

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

© Stack Overflow or respective owner

Related posts about iphone-sdk

Related posts about uitableview