Frank Paaske
Frank Paaske
This could be related to #91, #154 or #275, but I'm not sure. It works fine on Xcode 12 and iOS 13.5. 
When using 3rd party components that supports UIAppearance (e.g. SIAlertView), it would be nice to do something like `[NUISettings setGlobalExclusions:@[@"SIAlertView"]];` then `[[SIAlertView appearance] setButtonColor:[NUIAppearance getColor:@"primaryButtonColor"];` `[[SIAlertView appearance] setCancelButtonColor:[NUIAppearance getColor:@"cancelButtonColor"];`
I just ran into this with labels inside custom UITableViewCells. Setting an explicit class helps (any class name and then inherit from Label, e.g. Label:Custom), but will become very cumbersome...
If possible, please add support for styling the input hint for textfields
When applying this style, the button is transparent. Probably related to #121 @buttonGradientTop: #000000; @buttonGradientBottom: #FFFFFF; Button { background-color-top: @buttonGradientTop; background-color-bottom: @buttonGradientBottom; }
See https://github.com/Sumi-Interactive/SIAlertView/issues/48 Even if `[NUISettings setGlobalExclusions:@[@"SIAlertView"]];` was specified. I would guess that this is not something particular to SIAlertView, but the reloading of the file might collide with some other...
**Environment** Playground **Describe the bug** I'm using ListView to show a paginated list of items. Once the user has scrolled to the end of the list, `loadMoreItems` is called and...
It would be great if you make this into a cocoapod Thanks
I think the issue is described quite well here: https://github.com/tjvantoll/nativescript-IQKeyboardManager/issues/42 https://github.com/tjvantoll/nativescript-IQKeyboardManager/issues/54 https://github.com/tjvantoll/nativescript-IQKeyboardManager/issues/69 It has a temporary workaround as mentioned [here](https://github.com/tjvantoll/nativescript-IQKeyboardManager/issues/42#issuecomment-430179177), but wrapping in scollview is not always possible. Hopefully this...
### Which platform(s) does your issue occur on? Android 9 but so far only on Huawei P30 Pro and Samsung S10 ### Please, provide the following version numbers that your...