Closed nameislihong closed 12 years ago
Hello,
Sorry for the late reply. I need more context. Can you post more code, particularly how you are dismissing? Also, have you tested the same code with English characters? I haven't personally tested with full unicode character sets.
Oliver
Crash when popoverView dismiss! I use ios sdk is 6.0 version.(my english is bad, i hope you understand..,thank you very much!!) Crash message: Thread 1 com.apple.main-thread 0CA::Layer::commit_ifneeded(CA::Transaction,void(),(CA::Layer,unsigned int, unsigned int ,void), void_)
Code: UIButton btn = (UIButton )sender; NSString *text = @"这是闲暇做的小应用,提供给大家免费使用。QQ:410139419。"; [PopoverView showPopoverAtPoint:btn.center inView:self.view withText:text delegate:nil];