-
Notifications
You must be signed in to change notification settings - Fork 33
Description
Using Titanium Alloy with SDK 3.5.0.
I integrated this module into my application and suddenly I can't drag and reorder TableView rows in iOS. When I set moving=true, the drag-to-reorder icons appear and I'm able to start dragging a row but after a moving a few pixels it returns to its original position.
I originally had three separate TableViews nested within a ScrollView. I removed the ScrollView and combined the three TableViews into one. Didn't have any luck.
Also, on this screen I have removed the leftView so there is only a center view (no rightView either).
I haven't seen any reports of a similar issue here or on Appcelerator's JIRA, so I'm wondering if there may be anything within this module that can interfere with the reordering of rows.
Tomorrow I'll put together a barebones application and see if I can recreate this. I'll update this thread with the results.