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:
- currentColor may be a bug. Changing that value is not affected (from your example, even I select any color, then color picker still displays only black as selected color when I come back)
- Back button is not "standard" one for navigator bar
- When I add whole folder "Source" into my project, it can't compile because of missing the file NEOViewController.h. It is turn out that file from example, but not Source. Have to comment out them and change NEOViewController to UIViewController. However, if I do that, currentColor can't not compile either.
- The main class NEOColorPickerViewController is using navigator. However, all other windows such as NEOColorPickerFavoritesViewController displays as popups, but not be pushed into navigator. That may be OK for IPhone, but in IPad, when I use popover for NEOColorPickerViewController, the NEOColorPickerFavoritesViewController will popup to full screen, not in small popup size of my popover
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: