Closed GoogleCodeExporter closed 8 years ago
CPTGraphHostingView is a *view*. Why are you making it a graph controller, too?
I think mixing roles is what is causing the problem.
Original comment by eskr...@mac.com
on 30 Jul 2013 at 12:06
I've got a number of independent self-contained graphs that can be positioned
around a canvas (like a status kiosk). Views are kind of nice for that, and
keeps much of the complexity out of a giant controller, or introducing a bunch
of little classes that just move data around.
Doesn't change the fact that there is a way on iOS to participate in the
initialization pipeline (-initWithCoder) and not pollute awakeWithNib.
Original comment by ma...@badgertronics.com
on 30 Jul 2013 at 12:10
This issue was closed by revision f52e0a0a497c.
Original comment by eskr...@mac.com
on 30 Jul 2013 at 12:33
Woo! Thank you!!
Original comment by ma...@badgertronics.com
on 30 Jul 2013 at 12:59
Original issue reported on code.google.com by
ma...@badgertronics.com
on 29 Jul 2013 at 10:02