voicecho

Results 3 comments of voicecho

Have you fixed this bug? It crashes on iOS5 but ok with iOS6.

It crashed when i m using UIFont to set the attribute, as I change to the following code, it works fine. ``` UIFont *font = [UIFont systemFontOfSize:14]; CTFontRef ctFont =...

I don't think so. You did not call scrollRectToVisible at all. I think it is because you setText in both selectToken: and deselectSelectedToken: methods in TITokenFIeld.m. Actually I wanna use...