UITextView on iPad INCREDIBLY Slow

Posted by Sj on Stack Overflow See other posts from Stack Overflow or by Sj
Published on 2010-04-23T03:46:17Z Indexed on 2010/04/23 3:53 UTC
Read the original article Hit count: 333

Filed under:
|
|

I have an NSMutableArray of custom views (that are pretty much 1 UITextView and 1 UILabel with a custom back ground image), these are created as they are need (I start with 2 (though the first one is only 2 UITextFields and the other is normal) of these). Now my issue here seems to be this: as soon as I try to edit any UITextView past the one in the 2nd view, it starts to run incredibly slow, not the app, just the textview. For example, as I type, the little blinky guy lags behind the text and when I click to copy/paste/cut/etc you can see the little balloon fly in from the upper left corner every time. I have run the static analyzer for leaks and come up with nothing and run it alongside some other the testing software in XCode and it does not appear to have any reason for this.

Any help would be greatly appreciated.

© Stack Overflow or respective owner

Related posts about iphone

Related posts about ipad