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

jQuery clickable div with working mailto link inside -

java - Getting corefrences with Standard corenlp package -

WPF: binding viewmodel property of type DateTime to Calendar inside ItemsControl -