Dalmazio
Dalmazio
Same issue here as of October 23, 2022 on macOS 12.5.1
Is there any status on the migration to ARC?
Hi, I read elsewhere that this was closed, however, I cannot find how to access the bar chart gradient in the latest release 4.0.0 of Sept. 22, 2022. Has it...
How do I use this swift class? I created a GradientBarChartRenderer.swift file and copy/pasted the above code into it. Also prepended @objc to the name of the class since I'm...
In addition to the above, added the following code, and the bars just render in solid black: ``` GradientBarChartRenderer * gradientRenderer = [[GradientBarChartRenderer alloc] initWithDataProvider:self.chartView animator:self.chartView.chartAnimator viewPortHandler:self.chartView.viewPortHandler]; gradientRenderer.gradientColors = @[UIColor.redColor,...
May 2023 and still waiting on this...
It seems to me that this line is somewhat problematic as it requires additional setup: if ( _windowCanBecomeKey ) [positionWindow makeKeyAndOrderFront:nil]; I found another way for document-based apps that use...