0
我將A-viewcontrollers視圖加載到其他B-viewcntrollers子視圖(UIview
),A使用圖形coreplot
並初始化CPTgraph。當'A'初始化它的所有屬性就像.array或標籤是cptgraph實例的屬性,所以它給我錯誤。 任何人都可以請幫助我這個。 在此先感謝。在其他筆尖子視圖中使用核心繪圖,cpgraph使用超級視圖作爲其屬性
錯誤是:
*** Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '-[__NSCFString sizeWithTextStyle:]: unrecognized selector sent to instance 0x75b1e50'
CPTGraph * graph = [[CPTXYGraph alloc] initWithFrame:self.hostView.bounds];在這裏,'圖'正在'自我'! – shreeji