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.
Asked
Active
Viewed 2,426 times
2 Answers
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
Community
- 1
- 1
Jhaliya - Praveen Sharma
- 31,697
- 9
- 72
- 76