alexeyt820
Results
2
comments of
alexeyt820
If override_editingRectForBounds only calls the original method, should be editingRectForBounds simply excluded from swizzle?
@Emailrus, while I agree feature is useful, you could you workaround, add dummy style colors you need, `App { background-color: @minor; foreground-color: @main; }` then in code use `NUISettings.getColor("background-color", withClass:...