Illya Busigin

Results 5 comments of Illya Busigin

Hi Leo, Thanks for the feature suggestion! I took a stab at this but ran into some issues since the text storage is already created when calling [super initWithCoder:]. I've...

Hi Nic! We don't do anything special with emoticons in CYRTextView. I ran a test with a vanilla UITextView and am seeing the same issue where the spade is converted...

See below: ``` UITextView *textView = [[UITextView alloc] initWithFrame:self.view.frame]; // Test #1 textView.text = @"Emoticon Test: ♣ \u2663"; // \u2663 is the unicode character for ♣, displays an emoticon //...

Hi Boyeen, Good catch. I'll investigate this issue and see what I can find.

Adding this to the next release.