I need some modal view on iPhone app where I will display few labels, one UIImageView and two buttons. Design needs to be whole custom. Is this custom UIAlertView? How to make something similar?
There is a nice blog post by Jeff LaMarche about how to create a custom Alert View. You can take inspiration from there.
http://iphonedevelopment.blogspot.com/2010/05/custom-alert-views.html
** UPDATE on April 24, 2017 ** Unfortunately the blog doesn't exist anymore. However you can retrieve the post from the Web Archive: https://web.archive.org/web/20160430051146/http://iphonedevelopment.blogspot.com/2010/05/custom-alert-views.html