Appium operations causes TableView to upload items

Hi,

I’m using Appium 1.4, Java bindings 3.0, iOS 8.2 iPhone emulator.
In my app I have a TableView that auto-uploads cells whenever the first cell or the last cell is visible. However when I run my appium test, each interaction of AppiumDriver with that TableView cells causes cell loadings. i.e. when I do driver.findElement() i can observe the app start to load new cells. Is there a way to avoid it? Thanks.