Custom Alert View (with display objects)

I’m looking for a way to customize the native.showAlert so that we can include our own display objects in the alert. I want to make an alert where I can embed images directly into the alert. It’s possible using the Apple SDK, so I don’t know how hard it would be to add this to Corona. I really hope you can add this feature! Images are the main thing that I’d like to add. Also maybe a way to access the x and y position of an alert? [import]uid: 51654 topic_id: 11195 reply_id: 311195[/import]

@003naveen,
in xCode, you kind of subclass and add the elements as children of the main UIAlertView, there is no such thing in Corona, as you can never get access to the UIAlertView handle, but if you search for Jay (not me, the Author of Corona Project Manager’s post) he had a post demonstrating a custom UIAlertView created using CoronaSDK that he created with images, etc as his app required that theming.

cheers,

?:slight_smile: [import]uid: 3826 topic_id: 11195 reply_id: 40655[/import]