I want to set a custom uiview with label outlets in my graph, if a plot symbol was pressed, using the scatterPlot:plotSymbolWasSelectedAtRecordIndex:
method.
But how can I give the plot area the UIView or how can I override CPTLayer to draw my custom UIView?
Thank you