nui icon indicating copy to clipboard operation
nui copied to clipboard

Style iOS apps with a stylesheet, similar to CSS

Results 100 nui issues
Sort by recently updated
recently updated
newest added

I'm setting a background image on the _NavigationBar_ but cannot solve how to set the content mode to _aspect fill_. Couldn't find any other information on another item, is it...

I have added 2 renderers, NUIViewRenderer & NUITableViewRenderer. The first one is just like UIView but changes the renderBorder method with: ``` if ([NUISettings hasProperty:@"corner-radius" withClass:className]) { [layer setCornerRadius:[NUISettings getFloat:@"corner-radius"...

In file: https://github.com/tombenner/nui/blob/master/NUI/Core/Parser/NUIParserDelegate.m `[NSException raise:@"Unexpected value token" format:nil];` The "format" arg can't be nil, it must be a string. https://developer.apple.com/library/mac/documentation/Cocoa/Reference/Foundation/Classes/NSException_Class/#//apple_ref/occ/clm/NSException/raise:format:

Add property 'image-insets' to UITabBarItem

`@media (device:iphone) { /* styles or definitions for iPhone */ }` Is there a way to target specific screen size with @media query? such as in case i want to...

I have a number of errors which get reported on the console when my app starts: : CGContextSaveGState: invalid context 0x0 : CGContextSetAlpha: invalid context 0x0 : CGContextSaveGState: invalid context...

I have a requirement that my apps style should change when the user taps on a switch. I see in the docs that a programmer can edit the nss file...

t1:enhancement
s2:confirmed
d1:easy

v0.3.2 installed via CocoaPods. If I add a breakpoint to [NUISettings L175](https://github.com/tombenner/nui/blob/v0.3.2/NUI/Core/NUISettings.m#L175) I can see when I run tests that it's ran twice. This causes an infinite loop as a...

s1:awaiting input

Now, that framework support (#307 fixing #303) is close to being merged, I'd like to start planning the next release. With official Swift and Framework support, I'd suggest going for...

t3:discussion

Hi there, being trying to run NUI manually as a module of my main project. I have followed the instructions, but no mater what I tried it just didn't work....