Emil
Emil
Currently, when resolving an image, `NUIConverter` uses `[UIImage imageNamed:]` which looks only in main bundle. I can't use paths like `background-image: MyBundle.bundle/my_image` either, because of asset catalogs. Possible solution for...
Hi again :) This time I was thinking about access to variables defined in .nss in code. Very useful in cases, where you need to obtain some global vars, so...
Might be related to this [issue](https://github.com/tombenner/nui/issues/273) When you have a button with defined non-clear backgroundColor (for example in interface builder), any background-color style with translucency will be blending with it,...
Is it possible to use previously declared variables to assign them to other variable with or without some simple re-evaluation? For example: ``` @color-primary: #ff0000; @padding-base: 2; @text-color-primary: @color-primary; @padding-view:...
Related post on [SO](http://stackoverflow.com/questions/39370421/typhoon-auto-inject-assembly-by-protocol) It might be nice to have an ability for assemblies to auto-inject themselves, for example: ``` objective-c @protocol IFormatterProvider - (id)statusTextFormatter; @end @interface MyAssembly : TyphoonAssembly...
Hi guys, you had a major release recently and I would really like to update, but I can't find any notes or migration guides neither in wiki nor on site....
When Checkbox is in scroll view animation twitches  You can test it in your example project by adding scroll view on top of everything and adding programmaticPaperCheckbox directly to...