Chameleon
Chameleon copied to clipboard
Setting scrollEnabled to NO does not disable scrolling
Setting scrollEnabled = NO
only removes the scrollbars and doesn't actually disable scrolling on a UITableView or other UIScrollView object.
Thanks for the great framework!
I ran into this one today too.