owncloud / ios-app

📱The all-new iOS app for ownCloud
https://owncloud.org/news/new-ios-app-ready-public-app-store/
GNU General Public License v3.0
212 stars 121 forks source link

[FEATURE REQUEST] Concept for iPad Split View #634

Open hosy opened 4 years ago

hosy commented 4 years ago

Idea

In my opinion it would make sense to have the option on the iPad, only in landscape view, to use a split view controller.

Why?

In know, UISplitviewController is an old UI element and not useful every time. BUT in landscape view we have many space in the width and it would be cool to have access to some options available without switching the view.

What should the left view contain:

How to adopt the right (file list) view:

What do you think about? @michaelstingl I know you do not like the split view, but maybe this can be an option. User can decide to show it or not by remembering the last chosen option.

UI-Draft

Here is a draft how it could looks like:

IMG_0076 2

michaelstingl commented 4 years ago

Hm, I don't like the extra effort to build, test and maintain this, when multi-window can do nearly the same.

hosy commented 4 years ago

I think it is not so hard to implement, because we can reuse the Accounts, Quick Access and Status view controllers and the left view could be build with three table view controller in a horizontal stack. It is more like the macOS Finder and has some advantages to the multi windows.