2013-12-17 107 views
1

我該如何做一個拖放Calabash-ios拖放葫蘆 - ios?

我試着記錄和回放。 它不適合我。

有沒有其他簡單的方法來做到這一點?

回答

0

此示例重新排序一個小區到另一小區的位置在表視圖

touch("UILabel marked:'Edit'") // Touchs table edit button 
query_from = "UILabel marked:'Label_of_moving_cell' parent UITableViewCell child view child UITableViewCellReorderControl" 
query_to = "UILabel marked:'Label_of_destination_cell' parent UITableViewCell child view child UITableViewCellReorderControl" 
pan(query_from,query_to,{duration:1})