runway20 / PopoverView

A simple UIView popover control for iPhone/iPad written in CoreGraphics.
1.02k stars 213 forks source link

Crash when popoverView dismiss! #10

Closed nameislihong closed 12 years ago

nameislihong commented 12 years ago

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];

ocrickard commented 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