Elements in UIATableCell

Hi,

I have ios application that I need to test, in the app there a feed with UIATableView.
in every cell there assets, 4 UIAStaticText, 1 UIAElement, 1 UIAImage

I have 2 issues here:

  1. when appium try to getTreeForXML(), the data from UIAElement disappears. in the UIAElement, there can be image or video. on both cases, the data disappears
  2. I can’t reach to the others child elements. I can’t click on one of the UIAStaticText.

link for video about issue 1:
https://dl.dropboxusercontent.com/u/6694769/appium.mov

can someone help me?