开发者

[UIImageView _cleanUpCrossView], problem on iPad

开发者 https://www.devze.com 2023-01-09 18:04 出处:网络
need h开发者_C百科elp here. i have an app that completely works on iPhone (ios 4) and iPod touch. but when i try on iPad i got this Log error message :

need h开发者_C百科elp here. i have an app that completely works on iPhone (ios 4) and iPod touch. but when i try on iPad i got this Log error message :

-[UIImageView _cleanUpCrossView]: unrecognized selector sent to instance 0x2e7760 CoreAnimation: ignoring exception:-[UIImageView _cleanUpCrossView]: unrecognized selector sent to instance 0x2e7760

app is still running but cannot be clicked at all, it stucked at that page. i try to googled anywhere, but no result.

any help would greatly appreciated.


I believe this is a bug in iOS 3.2. Can you tell more about how you triggered it? For me, it happened to be called on a custom titleView of the navigationItem (in your case, using a UIImageView) when I tried -hidesBackButton:animated.

0

精彩评论

暂无评论...
验证码 换一张
取 消