Emil
Emil
NUIPShiftReduceGotoTable is missing import of NUIPRule.h
> > NUIPShiftReduceGotoTable is missing import of NUIPRule.h > > There is #import Nope https://github.com/tombenner/nui/blob/v0.5.5/Demo/Pods/NUIParse/NUIParse/Parsers/NUIPShiftReduceParsers/NUIPShiftReduceGotoTable.h https://github.com/tombenner/nui/blob/v0.5.5/Demo/Pods/NUIParse/NUIParse/Parsers/NUIPShiftReduceParsers/NUIPShiftReduceGotoTable.m
I was talking about how to fix this error: all you need to do here is to add missing import in this file. Also this repo had a lot of...
NUIConverter still need to know the name of the bundle somehow. I'm not sure what is the best way to pass it. But if it knows about it, then it'll...
By using CALayer I wanted to point out, that not everything is stylable by NUI. Some custom controls would still require manual approach. Point is, that I still need to...
Partially maybe. I can think of some other scenarios, where you don't have rendering element, like if you need some padding values from .nss file to include them in layout...
Having custom blocks for styles is ok, but I think this particular situation should be working out of a box.
As I said, reset backgroundColor to clear color in NUIButtonRenderer, if background-color related properties have any value
Hmm, now I'm not sure if I understood you correctly before. What do you mean by color tinting hack being slightly off? From what I see NUIConverter creates UIImage based...