Master-Detail Application - Show master view at the right of the application not left

Elias Rahme

The master detail application shows the master view controller at the left of the application,which is perfect for English data entries and handling.
But if i want to show the master view at the right of the application, in a Right-To-Left kind of way, suitable for Arabic entries, how can i change the position of the master view and force it to load from the right side of the application?

Bilal Saifudeen

You cannot do it with UISplitViewController.

There is better alternative MGSplitViewController By Matt Gemmel. Its API's are very similar to UISplitViewController, so that you can easily migrate to it. You can toggle Master and detail views vertically and horizontally. It has other very nice features also like draggable divider etc.

Collected from the Internet

Please contact [email protected] to delete if infringement.

edited at
0

Comments

0 comments
Login to comment

Related

From Dev

Master-Detail Application - Show master view at the right of the application not left

From Dev

How do I convert a single view application to a master detail application?

From Dev

Master detail application, passing object

From Dev

Adding a modal loading view to Master-Detail application (in applicationDidBecomeActive method)

From Dev

Use method hasPendingChanges in Master-Detail-Application

From Dev

ShellView or MainWindow as the master view in application?

From Dev

Master/Detail - clear detail if object deleted or no objects left in Master (iOS)

From Dev

Master/Detail - clear detail if object deleted or no objects left in Master (iOS)

From Dev

Missing navigation in master-detail application with two table controllers

From Dev

Add unified shell header in master detail application (SAPUI5)

From Dev

Setting Master/Detail's first appearance to the Master view, not the Detail view

From Dev

Master / detail view with Core Data

From Dev

Master Detail Page - show menu icon in Android

From Dev

Master Detail Page - show menu icon in Android

From Dev

Send data from master to detail view

From Dev

Xcode Simulator with Master-Detail View

From Dev

Open UISplitViewController to Master View rather than Detail

From Dev

iOS UITableView and Master-Detail view

From Dev

Master-Detail created in one View

From Dev

Xcode Simulator with Master-Detail View

From Dev

WPF MVVM Master Detail View with TreeView Control

From Dev

ui-router angular master detail view

From Dev

Master-Detail View using ViewPager

From Dev

How to implement Email UWP Master/Detail View?

From Dev

Master-detail view using a found set

From Dev

Adaptive show detail segue transformed to modal instead of push on iPhone when master view controller is a UITabBarController

From Dev

Master Detail View I would like to segue back to master view rather than detail view

From Dev

Master Detail View I would like to segue back to master view rather than detail view

From Dev

How do I push from my Master VC to a second one on the left side, before showing the Detail VC on the right?

Related Related

  1. 1

    Master-Detail Application - Show master view at the right of the application not left

  2. 2

    How do I convert a single view application to a master detail application?

  3. 3

    Master detail application, passing object

  4. 4

    Adding a modal loading view to Master-Detail application (in applicationDidBecomeActive method)

  5. 5

    Use method hasPendingChanges in Master-Detail-Application

  6. 6

    ShellView or MainWindow as the master view in application?

  7. 7

    Master/Detail - clear detail if object deleted or no objects left in Master (iOS)

  8. 8

    Master/Detail - clear detail if object deleted or no objects left in Master (iOS)

  9. 9

    Missing navigation in master-detail application with two table controllers

  10. 10

    Add unified shell header in master detail application (SAPUI5)

  11. 11

    Setting Master/Detail's first appearance to the Master view, not the Detail view

  12. 12

    Master / detail view with Core Data

  13. 13

    Master Detail Page - show menu icon in Android

  14. 14

    Master Detail Page - show menu icon in Android

  15. 15

    Send data from master to detail view

  16. 16

    Xcode Simulator with Master-Detail View

  17. 17

    Open UISplitViewController to Master View rather than Detail

  18. 18

    iOS UITableView and Master-Detail view

  19. 19

    Master-Detail created in one View

  20. 20

    Xcode Simulator with Master-Detail View

  21. 21

    WPF MVVM Master Detail View with TreeView Control

  22. 22

    ui-router angular master detail view

  23. 23

    Master-Detail View using ViewPager

  24. 24

    How to implement Email UWP Master/Detail View?

  25. 25

    Master-detail view using a found set

  26. 26

    Adaptive show detail segue transformed to modal instead of push on iPhone when master view controller is a UITabBarController

  27. 27

    Master Detail View I would like to segue back to master view rather than detail view

  28. 28

    Master Detail View I would like to segue back to master view rather than detail view

  29. 29

    How do I push from my Master VC to a second one on the left side, before showing the Detail VC on the right?

HotTag

Archive