need to implement the ios dialog to share, save, etc

Hi, i can’t find what to use
to implement the classic IOS dialog
with buttons that is usually
in IOS APPs called from to toolbar
when you want to share on fb, save, email.
It’s not a native.alert i believe.
Is there any example around ?

Thank you. Roberto [import]uid: 107268 topic_id: 30315 reply_id: 330315[/import]

You would want to build a menu to show when a tab bar button is pressed. [import]uid: 8271 topic_id: 30315 reply_id: 121472[/import]

If you want to do an iOS5 and earlier style bar, as @horacebury said, create your own screen and add a bunch of widget.buttons to it.

iOS6 changes this display to a 3x3 or 3x4 grid of icons. If you want that display, load up a bunch of rounded corner icons for facebook, twitter, email, etc. and lay them out in a grid.

Corona doesn’t offer the native screen to do this.

That said, we can’t print from what I can tell.
[import]uid: 19626 topic_id: 30315 reply_id: 121499[/import]

You would want to build a menu to show when a tab bar button is pressed. [import]uid: 8271 topic_id: 30315 reply_id: 121472[/import]

If you want to do an iOS5 and earlier style bar, as @horacebury said, create your own screen and add a bunch of widget.buttons to it.

iOS6 changes this display to a 3x3 or 3x4 grid of icons. If you want that display, load up a bunch of rounded corner icons for facebook, twitter, email, etc. and lay them out in a grid.

Corona doesn’t offer the native screen to do this.

That said, we can’t print from what I can tell.
[import]uid: 19626 topic_id: 30315 reply_id: 121499[/import]