Sephiroth87 / Crayons

An Xcode plugin to improve dealing with colors in your project
MIT License
475 stars 6 forks source link

Doesn't update storyboard when backing method changes #7

Open bdrelling opened 8 years ago

bdrelling commented 8 years ago

I really love the idea of this plugin, but I thought the intent is to be able to maintain colors for both the code and the storyboards in one place? If I change the code in the method, the colors stay the same in the storyboard with no change. I can't tell if this is a bug, a feature that is soon to be implemented, or if I'm misunderstanding the purpose of the plugin.

As it stands right now, Xcode offers custom palettes by going to the Colors menu, clicking the Palettes option, then the cog, and selecting "New..." You can then configure the color in the color picker and add it with the + button on this menu. Similarly, you can't update the color in the palette and expect it to change on the storyboard.

Hope this makes sense. Just trying to get some insight into the development of this app and see what we can expect.

Sephiroth87 commented 8 years ago

Right now, the plugin only updates the palette itself, which is still a step above having to manually update it every time a color changes.

Updating the colors in the storyboard is in the pipeline, I just haven't had much time to work on it lately :)