-
Notifications
You must be signed in to change notification settings - Fork 40
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
Few problems #2
Comments
|
Thanks for quick fix and reply.
|
I'm looking into iPad support but I don't think the use of Navigation Bar in any way implies the need to use a Navigation Controller. The navigation controller uses a navigation bar but you can definitely use a navigation bar in a modal view. |
Another issue (but not a bug): the color picker works only in portrait direction. Could you support landscape too? Thus we can use it in more projects. Thanks. |
I submitted a pull request that adds iPad support and refactors the code to use a UINavigationController which provides much more standard behavior and ease of use (i.e. no need for hacky dialogTitle property). Behavior should still be the same, but the control now works in a popover. All users will need to create it inside a navigation controller. |
Hi all, Because of due date for releasing products (Composite Photo app), I can't wait for longer and have improved myself this excellent colorpicker to:
I have just pushed all modifications / improvements on my page. There are also some videos which you can take a look how the new improvements are in actions. |
@nguyenpham Have you merged the main branch back into your branch? I'd love to use your improvements but there were some bug fixes that I did to the main branch. |
I've made a color picker that supports all resolutions and orientations here: https://github.com/jjxtra/DRColorPicker |
Thanks a lot for your excellent work. I love your design and the way control works.
Just few problems I see when using it for my app:
The text was updated successfully, but these errors were encountered: