I would like to add some buttons on CPLayerHostingView. I have tried the same by creating some an object of UIButton and adding it as subview on my CPLayerHostingView but it didn't worked as expected. Please help me to do the same.
+2
A:
You're better off not adding subviews into a CPLayerHostingView. Add the buttons to the CPLayerHostingView's superview instead.
Eric Skroch
2010-06-11 23:18:14
Thanks it worked.
sandy
2010-06-18 12:19:50