Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve Sizes configuration/simulated view placement #21

Closed
b-onc opened this issue Oct 20, 2018 · 2 comments · Fixed by #30
Closed

Improve Sizes configuration/simulated view placement #21

b-onc opened this issue Oct 20, 2018 · 2 comments · Fixed by #30
Assignees
Labels
enhancement New feature or request
Projects

Comments

@b-onc
Copy link
Collaborator

b-onc commented Oct 20, 2018

When using Sizes on iPads, even when there's whitespace around the ViewController to be used, configuration view covers the view controller. An ability to move the view controller freely, or at least snapping it to top would allow the user the see the whole view controller, without Sizes covering it.

Example image: https://ibb.co/mymED0

@marcosgriselli marcosgriselli added the enhancement New feature or request label Oct 20, 2018
@marcosgriselli marcosgriselli added this to To do in Sizes via automation Oct 20, 2018
@marcosgriselli
Copy link
Owner

There are a few ideas for this one. Snapping the containedView to the top of the screen works only for small devices on a large screen. I was planning on building a smaller configuration view that let you show/hide each section. I'm working on the separate window layout approach so another option is to use the configuration view as a floating view that you can shrink/expand and move around. I'll have to think about these options. Any suggestions are welcome.

@marcosgriselli marcosgriselli changed the title Snap ViewController to top of the screen Improve Sizes configuration placement Nov 9, 2018
@marcosgriselli marcosgriselli changed the title Improve Sizes configuration placement Improve Sizes configuration/simulated view placement Nov 9, 2018
@marcosgriselli marcosgriselli self-assigned this Nov 10, 2018
@marcosgriselli
Copy link
Owner

marcosgriselli commented Nov 10, 2018

I'm testing a possible solution for this. Adding a bottom "toggle option" view that shows/hides the options. I'm fighting some UIStackView bugs but it has potential.

sizes_a

@marcosgriselli marcosgriselli moved this from To do to In progress in Sizes Nov 11, 2018
Sizes automation moved this from In progress to Done Nov 11, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Sizes
  
Done
Development

Successfully merging a pull request may close this issue.

2 participants