ios - How to scroll a long page consisting a mix of tableviews and other view elements -


i have long page consisting mix of table views , other view elements (e.g. textviews, images, buttons, etc).

since ios reuses table cells when scrolling, i've been getting infinite loop when scroll down page because element use stop loop doesn't 'exist' (it's there, gets messed because of tableview).

i use command scroll down page in general:

scroll "scrollview", :down 

however, command doesn't work against table views (i use each_cell command when page 100% consists of tableviews)

i wonder if there command scroll page regardless ui types in ios.

i use fix issue :)

scroll("scrollview index:0", :down) 

Comments

Popular posts from this blog

php - SPIP: From Tag directly to an article -

jquery - isAjaxRequest always return false -

ruby on rails - In a controller spec, how to find a specific tag in the generated view? -