You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
it would need the columns to have it own headers and the app has only the window bar
My current thinking is a collection view that shows up as a sheet and gives a horizontal sequence of your columns. And then you drag and drop. So, a lot like your JS demo.
I would prefer not to use menu items for moving, for multiple reasons:
it’s already crowded (though… this feature will add at least one more item anyway)
it’s not very intuitive (the manipulation is quite indirect)
Suppose you have the Notifications, Home, FooList. But you want Home, Notifications, FooList. Right now, that would be awkward to rearrange.
Drag & drop would be nice here. We probably want another menu item Rearrange Columns that shows a sheet.
What would be really nice (maybe?) would be a wiggle mode. Like https://stackoverflow.com/questions/3703922/how-do-you-create-a-wiggle-animation-similar-to-iphone-deletion-animation. Not sure how to do this well, and accessibility may also be poor.
(/cc @ricardoboss)
The text was updated successfully, but these errors were encountered: