3

how to change a table view layout to be from right to left (including its transition to a detail view: the transition must also be from right to left) ? thanx in advance.

JaHelia
  • 1,221
  • 1
  • 15
  • 24

2 Answers2

4

For view transition you can check the following apple sample code:View Transition

Sarah
  • 1,595
  • 3
  • 25
  • 34
3

There is no single property nigher in UITableView nor UITableViewCell to change the right to left OR left to right, If you want it in your application, you will have make an custom UITableViewCell and layout the views (components of your cell) right to left.

Check the below SO post

Right to Left Alignment for UITableView

How to create a right to left UITableView?

Community
  • 1
  • 1
Jhaliya - Praveen Sharma
  • 31,697
  • 9
  • 72
  • 76