|
|
|
|
|
by killahpriest
4888 days ago
|
|
I just tried out NUI this weekend (https://github.com/createch/bullrunnerapp), and ended up abandoning halfway through. My code became worse because of it. Some of the style code is in the ViewController, some of it is in the NSS file. Going to have to test nativeCSS. Looks like this could be better than NUI. Unlike NUI: - You can have multiple selectors, like in normal CSS - More css-like names, border-radius (rather than border-width as NUI calls it) - Shorthand properties border: 1px solid #fff; - Shorthand color codes: #fff textview,textfield{
border-radius:0px;
background-color:#fff;
padding:5px;
border:1px solid darkgrey;
margin:auto;
width:90%;
}
Also, $10/app is much better than Pixate's $199 license.https://github.com/tombenner/nui
http://www.pixate.com/ |
|