Frank Paaske

Results 22 issues of 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. ![image](https://user-images.githubusercontent.com/1579581/97293842-805c1980-184d-11eb-9924-e7655a8f0840.png)

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

s1:awaiting input

If possible, please add support for styling the input hint for textfields

t1:enhancement
d1:easy

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

os: ios

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

bug