Mike

Results 9 issues of Mike

I'm trying to change a buttons title after it get's initialized.

Hello there! I really like your work that you do! They're really nice and well done!! :-) How can I change the color wheel with a color value (rgb, hsv...

When I have the following css style on the parent element: ``` display: flex; align-items: center; flex-wrap: wrap; ``` When I drag from left to right (or right to left),...

I implemented this in xcode. I have a problem. Whenever the view controller that has the calendar class opens, it takes a couple seconds to actually open. What can I...

You can just use the sample project it provided, because it has the same problem, and when I rotate the iPhone to portrait mode, the menu tableView has a gap...

How can I make the menu not animate at all when closing?

I'm trying to create an action in another class when a cell gets selected. I posted the question on stackoverflow: http://stackoverflow.com/questions/32425882/protocol-delegate-doesnt-call-function. I would really appreciate it if you can answer...

Why don't you add a conversion of type `toCMYK()` and `getCMYK()`? I think it will be very useful! Here's rgbToCmyk and cmykToRgb: ``` function colorWheel_rgbToCmyk(r, g, b, normalized) { var...

extension

How can I implement LAB color space in this library? The conversions can be found at [PitPik/ColorPicker/colors.js Line: #548](https://github.com/PitPik/colorPicker/blob/master/colors.js#L548). It may look a bit confusing, but you first have to...

extension