Not working for "1.f" value
[UIColor colorWithRed:108/255.f green:108/255.f blue:108/255.f alpha:1.f];
also not with [UIColor colorWithRed:(float)2/255 green:(float)119/255 blue:(float)189/255 alpha:1.0f]...very old way to write i rarely see - but that not really matter anyway, work fine when i remove (float)
well sometimes you have to deal with old code.. :)
Hi,
I've just put up a new release on the main branch and I've added support for this. If you would like to try it out and let me know how it is working I'd appreciate it. I reworked all of the regular expressions so that they be easier to maintain and added this in while I made that change.
Reid.