Nicolas Brassard
Nicolas Brassard
Try NUISettings for getting values for a class for now.
> I'd like to access the variables directly. I think you missunderstand how this works. Variables are just placeholders, they are not real obj-c variables. The .nss file is just...
> It makes no sense to manually load a resource for a specific nss-classs I had no such problem. The NUISettings contains a dirtionary that you can read via the...
``` objc self.view.nuiClass = @"MyClass"; ``` In your controller. You need to import UIView+NUI.h file See this section of the README: https://github.com/tombenner/nui#setting-an-elements-style-class-programmatically
I had the same problem with ``` cursor: pointer; cursor: hand; ``` The latter won. At least, I do not have to support this anymore and could remove hand ;)
While LTS ends soon, I do not oppose it. Please submit both PR on `2.7.x` for now.
@michael-e What about doing `if class_exists('JSONException')` before we declare the custom implementation ? Both should work (albeit they won't have the same error messages).
> At least, stopping propagation is nothing I'd add frivolously. Me neither. Some extensions (like DateTime) relies on the propagation in order to achieve their goals. It's not the best...
> I'll keep digging into this next week, but looks promising. Great. > trying to create a new item it animates / scrolls upwards to some strange place. This is...