iphone - How to type cast UIView into a CPGraphHostingView? -


how type cast uiview cpgraphhostingview?

thanks.

unless uiview not created real uiview object ([[uiview alloc]initwithframe:]) try, cpgraphhostingview object ([[cpgraphhostingview alloc]initwithframe:]) try

(cpgraphhostingview*)view 

as normal type cast written.


Comments

Popular posts from this blog

apache - Add omitted ? to URLs -

redirect - bbPress Forum - rewrite to wwww.mysite prohibits login -

php - How can I stop spam on my custom forum/blog? -