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

Is it possible to present semi UIViewController with some space above? #56

Closed
mixdesign opened this issue Nov 10, 2013 · 4 comments
Closed

Comments

@mixdesign
Copy link

Great library, thank you!
When I try to present UINavigationController with presentSemiViewController, the UINavigationController covers all screen, but I want it to present semily as method says.
Please look at screenshot (The wunderlist app do what I want):
https://www.monosnap.com/image/DaubNUql9mn1ArPC3qbmHLgCm

@kentnguyen
Copy link
Owner

It’s not a good idea to present UINav with this library, maybe you could reconsider using a fake navbar instead of a real one.

@mixdesign
Copy link
Author

Is there any explanation why it's not a good idea for this library. Maybe I missed some discussions.
I think it would be a good feature for this library :)

@kentnguyen
Copy link
Owner

The idea of the library is to present a semi modal which is a lightweight interaction modal. Your modal of course could contain anything but since it's a 'modal' it should only be supplementary to the main view behind. If you have UINav stack and several other actions require user input, then maybe it's better to rethink how you present such options to user.

@mixdesign
Copy link
Author

I agree. Thank you.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants