IOS Spinner Xpath

@Boney Please find update on this issue

  1. Per developer the element doesn’t have accessibility identifier.

  2. I stared AUT with arc and with command “source” found the type of spinner as XCUIElementTypeActivityIndicator

  3. Now I’m waiting for //XCUIElementTypeActivityIndicator to show first and later go away.

  4. But I feel much better approach is mentioned in
    Is it possible to wait until animation is finished before interacting with element?

  5. Without arc it is impossible to get the xpath of the spinner.

  6. It will be nice if client provides method similar to https://groups.google.com/forum/#!topic/calabash-ios/E4HLfLdIgjM

Thanks,
Vikram