iphoneioscocoa-touchuitableviewuiactionsheet

Display UITableView like UIActionsheet style?


I have been trying to display UITableView like UIActionsheet showFromRect: style. Is there any way to do it programatically or Do I need to use image for that.

Please check the below image...

enter image description here


Solution

  • Here is the link for Custom UIPopOverController for iphone. It will resolve your purpose. :) https://github.com/werner77/WEPopover.