Skip to content

Instantly share code, notes, and snippets.

@Amimul100
Last active August 29, 2015 14:03
Show Gist options
  • Select an option

  • Save Amimul100/a68d214db04428b44ad7 to your computer and use it in GitHub Desktop.

Select an option

Save Amimul100/a68d214db04428b44ad7 to your computer and use it in GitHub Desktop.
iOS - ListViewSection.deleteItemsAt with animation causes clipping on elements that move up
/*Hi, we have tested your project, and we encountered the same problem.
TESTING ENVIRONMENT:
Ti CLI 3.3.0-rc
Titanium SDK: 3.3.0.RC and 3.2.X.GA
iOS device 7.1
STEPS TO TEST
1. Download the Sample project provided.
2. Create a new alloy project.
3. Delete the new project's App folder.
4. Copy and paste the Sample progect's App folder to the new project.
5. In the main.XML file in row 19, use a "/" before ">"
4. And run on iOS device 7.1
5. List view opens.
6. Click the "+" sign or slide one row to delete a row.
EXPECTED RESULT
The lower row should come straight to the top, not suppose to flick and then appear.
DESISION
We thinks it's a bug in Titanium listview.
Thanks
*/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment