views:

41

answers:

0

We have an app that is using a UITextView to display a running log by appending text to it. Programmatically, we scroll it to the end after inserting text. That works fine.

The problem is once it has a bunch of text, the user can't scroll the view up and down unless the view is touched in the margin. If the touch is over text, it won't scroll at all.

Everything worked fine in SDK 2. Moving to 3.x and above is where everything broke.

Anyone have any ideas? We've tried the 'cancelable content touches' thing and that doesn't seem to fix it...