thefaj / OpenFlow

CoverFlow API replacement for the iPhone
http://apparentlogic.com/openflow
818 stars 158 forks source link

iPad Implementation #7

Closed ghost closed 14 years ago

ghost commented 14 years ago

I've successfully added an AFOpenFlowView as a subview of my main view using the initWithFrame method. Once I place the view where I would like it on the screen (at the bottom), however, it no longer receives any touch information or moves the covers. Any ideas what could be causing this problem? Any help would be much appreciated.

jkap commented 14 years ago

Post your code so that I can take a look at it. I have an iPad implementation as well, and your problem sounds like one I initially had, but my code is very dependent on it's positioning.

ghost commented 14 years ago

I've solved this problem, I forgot to come back and close this once I had. Thanks for reaching out.

cielor commented 14 years ago

same problem i had, but I was able to fix it by commenting this line //self.layer.position=CGPointMake(self.frame.size.width / 2, self.frame.size.height / 2); so i wonder maybe i've destroyed something, but as i've tested it, its working fine... and a lot interactive now.