-1

I have a problem, I don't know how to create a tableview into a AlertView like this image:

enter image description here

Luca D'Alberti
  • 4,749
  • 3
  • 25
  • 45
  • You mean *create instead of "greate"? And I downvoted - please attempt a solution first and provide more information. – mattyb Mar 13 '17 at 06:46
  • I think you should better create a ViewController for it and present it as popover. – chengsam Mar 13 '17 at 07:32

2 Answers2

2

I think it's better to use a popover View Controller instead, but if you MUST do it you can check out this answer

hope this was helpful :)

Community
  • 1
  • 1
Saeed Hajizade
  • 325
  • 1
  • 4
  • 21
0

You can use UIView instead of UIAlertView. It is easy to use.

Yogesh Raut
  • 180
  • 11