Search code examples
iphoneobjective-ccocoa-touchios4

iPhone : How to display popup view like controller with image in iPhone?


I want to display small popup view (just like popup view in iPad but here I want in iPhone) in iPhone with image.

How can I do that ?


Solution

  • @devang you would certainly appreciate this http://iosdevelopertips.com/open-source/ios-open-source-popover-api-for-iphone-wepopover.html

    The other approach is what Mehul suggested. Do let us know if you come across something which corresponds to UIPopover in iPad.