Masashi Beheim

Results 1 comments of Masashi Beheim

Had the same issue today. My workaround was bridging that part to Objective-C. ``` objective-c #import #import "BEMSimpleLineGraphView.h" @interface MEFBridgeGradient : NSObject + (void)setGradientForGraph:(BEMSimpleLineGraphView *)graph; @end ``` ``` objective-c #import...