AJ
AJ
Sure, that's a band aid fix, but you are still going to notice the color specified in the style sheet as slightly off due to the image color tinting hack...
I have never tried this. I assume you have and it doesn't work? Indeed this does sound handy! If you happen to get a chance to submit a pull request...
Good question. I don't know, but this is the reason why I don't like using generic classes like "Button", "Label", etc. I prefer having finer control over what exactly is...
Please see my comments in issue https://github.com/tombenner/nui/issues/162. Due to these issues being inevitable as future changes to the iOS SDK will cause more of these problems to crop up. And...
Due to issues like this (see issue #323), I would recommend generic classes not be used (i.e. View, Button, TextField, etc.). Instead specify a custom class in the .nss file...
@timbodeit @tombenner perhaps we should consider adding a "Best Practices" section to the README (or better yet, the Wiki) discouraging this usage of styling? I don't really want to deprecate...
Appreciate your thoughts Tim. It's a good thought, however, your suggestion causes a lot more work to be done by the end user to override a property (in the single...
A valid use case for being able to override on a per-instance basis is as follows: Say you have a UILabel that you want to change the font/size/line break settings...
You have good points. To be honest I haven't had the chance of using NUI extensively enough to be able to back my stance (with obscure edge cases). Let's go...
I'll look into this further, but I was thinking some additions to this library to make the whole sign in process with Oauth nicer. In the case for iOS, possibly...