When I try to combine these two elements I dont get the scrolling to work. When I try to scroll the tableView by flicking my finger inside the textView, even though "scrollEnables = NO" on the textView, the tableView wont move. (which I kind of understand).
How do I solve this? The thing is I want to create a view similar to the "info" view inside App Store. Am I on the right track here?
When I try to combine these two elements I dont get the scrolling to work. When I try to scroll the tableView by flicking my finger inside the textView, even though "scrollEnables = NO" on the textView, the tableView wont move. (which I kind of understand).
How do I solve this? The thing is I want to create a view similar to the "info" view inside App Store. Am I on the right track here?
/Herman
I know it has been a few months since your post, but did you ever get a resolution to this? As I am having the same issue right now.
__________________
-----
-) No matter what forum you join, you always start as a newbie. Even if you own the board.
-) There is no stupid question, if you think it is stupid don't answer it and it will fall of the screen
-) If you post some helpful solution, then that could lead to more helpful solutions. Soon, it is a chain reaction and then the forum becomes a monumental programming resource.
Any ideas anyone? Even if I set isEditable to NO on the UITextView, it still seems to consume the touches and the UITableView no longer scrolls when the UITextView is flicked.
I am trying to build a similar interface too. Iif you select a pic from photo library and try to email it, it brings up the compose screen with pic embedded. However, if you place your cursor at the bottom and pressing the backspace actually removes the picture. Trying to figure out what is the control used in the UI. Will keep messing around and post if i come up with some good solution.
Hi I just created a sample app that may help. My purpose was to demonstrate creating a UITextView in a UITableViewCell using Interface builder. In my tests, it doesn't seem to have any problem scrolling the table or the text view. Hopefully it helps.
Any ideas anyone? Even if I set isEditable to NO on the UITextView, it still seems to consume the touches and the UITableView no longer scrolls when the UITextView is flicked.
you need delay content touches checked on the table in IB.
Hi I just created a sample app that may help. My purpose was to demonstrate creating a UITextView in a UITableViewCell using Interface builder. In my tests, it doesn't seem to have any problem scrolling the table or the text view. Hopefully it helps.