Search code examples
iphoneuiactionsheet

UIActionSheet with table view


HEllo, can any one guide me for the following

  • I want to add an ActionSheet with customize image.
  • In ActionSheet I want to place a table view for the data.
  • Two buttons(cancel & done)

Thanks....


Solution

  • You don't need to added table in UIActionSheet just add 7 - 8 buttons in UIActionSheet and it will automatically be placed as table.

    See the attached screenshot.. enter image description here