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

This could be related to #91, #154 or #275, but I'm not sure. It works fine on Xcode 12 and iOS 13.5. ![image](https://user-images.githubusercontent.com/1579581/97293842-805c1980-184d-11eb-9924-e7655a8f0840.png)

Whenever we are trying to switch the keyboard by long press on keyboard globe icon, app crash is happening by saying reason: '-[UIImageView setSelected:]: unrecognized selector sent to instance.

name' is unavailable: not available on iOS /Pods/NUIParse/NUIParse/Parsers/NUIPShiftReduceParsers/NUIPShiftReduceGotoTable.m:85:58: error: 'name' is unavailable: not available on iOS return [(NSNumber *)[table[state] objectForKey:[rule name]] unsignedIntegerValue]; ---> We are getting this issue while working...

I have few classes only which needs theming changes, and I dont want other classes to be changed. here through this library how can i achieve this? This library is...

I want to set UINavigationBar shadow image empty. how to set this in stylesheet file.

I'm trying to use padding with UITextview, but strange results are produced In the renderer NUITextViewRenderer is used "setContentInset", wouldnt be "setTextContainerInset"?

Hi guys, can you please add Carthage support? This only requires putting everything into single framework target (and making scheme for this target shared).

t1:enhancement

I recently installed NUI using cocoapods and faced the non-module import issue. After fixing it for myself, I found that Tim had taken care of this matter long back with...

The docs saying: > FontName - A font name. See available values here. Can also be one of the following: > system > boldSystem > italicSystem > blackSystem > heavySystem...