Ios: New menu

Created on 25 Jan 2020  ·  24Comments  ·  Source: nextcloud/ios

@immortal79 Ipad pro 11"

Schermata 2020-01-25 alle 11 45 53

bug design

All 24 comments

And strange effect with iPhone 11 landscape <> portrait and I think that is better hide the scroolbar in the tableview menu...

No good with small iPhone 6s iOS 10 (landscape <> portrait), and issue after delete a record with swipe.

@immortal79
Before the PR please try with iPad, old device with iOS 10 and with "Max" device in landscape <> portrait. thx

iPhone 11 from portrait to landscape

Simulator Screen Shot - iPhone 11 - 2020-01-26 at 10 20 47

Will fix ASAP

@immortal79 look:

the menu must cover the entire surface (window) and the color of background view must be clear (see for example Dropbox)

20-01-28 09-33-45 8088

Is this what you want or what it looks like in your simulator ?
If this is what you want the view to look like, it's actually a very simple solution to implement and I can do it right now.

Edit: didn't see your edit, I can do this 👍

Yes, for me this is better (simply) and will adapt to the next bar for iPad with the [+] on center of TabBar

Is this what you want or what it looks like in your simulator ?
If this is what you want the view to look like, it's actually a very simple solution to implement and I can do it right now.

Edit: didn't see your edit, I can do this 👍

yes, look dropbox

20-01-28 09-41-35 8089

Whats do you think?

Ok for me, I start working on it :)

After https://github.com/nextcloud/ios/pull/1116:

Simulator Screen Shot - iPhone 11 - 2020-01-28 at 10 26 49

bug : from portrait to landscape with several item is not possible move to te first item ... test it
design : I don't like the margin on safe area ... left right

@immortal79 it would be nice to add :

Schermata 2020-01-28 alle 10 31 52

Whats do you think? ( do we do a test? )

After #1116:

Simulator Screen Shot - iPhone 11 - 2020-01-28 at 10 26 49

bug : from portrait to landscape with several item is not possible move to te first item ... test it
design : I don't like the margin on safe area ... left right

I can add the top grabber.
But I don't know about the margin I do a test + screenshot and come back to you.

https://github.com/nextcloud/ios/pull/1118

Great ! What's do you think?

@immortal79 Bug: iPhone open menu in Portrait, move in landscape, with the below gesture for close it, it does not close

#1119 should fix it

Bug with iOS 10.3.1 the gesture do not works

@immortal79 I think that you can replace the other menu sheeeeeet

BUG: open menu, move with finger a little down and then move up, compare a line white below (dark mode).
BUG: order for size do not works

Will look into the first bug.
Didn't understand the second one ?

The menu "order A/Z, Date, size": Order for size do not works :-)

Oh ok now I get you, will fix that too.

@immortal79 Bug: Main menu: Open in... crashed

@immortal79 in AppDelegate.m/ - (void)handleTouchTabbarCenter:(id)sender

UIViewController *vc = _activeMain.splitViewController.viewControllers[0];

now this vc is a NavigationController ... it can be a problem ?

Was this page helpful?
0 / 5 - 0 ratings