Ka-rocks

Ka-rocks


  • Name: [not set]
  • Favorite Languages: [not set]
  • Website: [not set]
  • Location: [not set]
  • About Me: [not set]

Recent Comments

  • Using Core Plot in an iPhone Application
    11/15/2010 - 01:06

    Thanks for the reply. I figured it out. The option CPGraphHostingView, was not there in the drop down list of Base Class type in Xib inspector. But I manually typed it and set it. It works fine now.

  • Using Core Plot in an iPhone Application
    11/10/2010 - 10:03

    Thanks for the tutorial.
    I have a problem. I couldn't change the base type to CPLayerHostingView or CPGraphHostingView. These options were not found in the drop-down list. How to change?
    Using UIView , i got error.

    *** Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '-[UIView setHostedGraph:]: unrecognized selector sent to instance 0x622d360'

    Someone please help me.