In UITableViewand UITableViewCellthere is no single property to change from right to left OR from left to right. If you want it in your application, you will create a custom one UITableViewCelland place the views (for example, the components of your cell) from right to left.
Check the bottom column SO
Left Alignment Right for UITableView
UITableView?