Skip to main content
Participant
May 23, 2013
Question

Spinning wheel?

  • May 23, 2013
  • 1 reply
  • 419 views

Hey everybody,

does anybody know if it's possible to show the native spinning wheel in an AIR ios App?

Via a Native Extension perhaps?

Have Googles my brains out, but can't find anything.

This topic has been closed for replies.

1 reply

Known Participant
May 23, 2013

I would say it is probably possible. At least I recently created a native extension that displays a native Share With window using UIActivityViewController. It slides from bottom on iPhone and is displayed in a pop over on iPad. A spinning wheel is usually displayed the same way, so it should be possible to use the same approach. As far as I know the biggest limitation is that you can't have any Adobe AIR visual objects on top of any iOS SDK visual objects.