Emil

Results 7 issues of 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...

s1:awaiting input

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:...

t1:enhancement

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...

enhancement
in-progress

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....

documentation

When Checkbox is in scroll view animation twitches ![screencast](https://cloud.githubusercontent.com/assets/3338283/22506064/782a8644-e88f-11e6-8d63-3f315c61290b.gif) You can test it in your example project by adding scroll view on top of everything and adding programmaticPaperCheckbox directly to...