How to create a pop-up uitableview similar to instapaper's folder or settings? [closed]
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 5 years ago.
Improve this questionLink to what I mean:
http://imgur.com/a/bltbY
What I'd like to get is the same transparent border, up pointing arrow and tint for my own pop-up views.
Any help would be appreciated.
Thanks, Andrei
You have to use the UIPopOverController.
Setting the contentViewController to your TableViewController. To attach it to a button you can use the presentPopoverFromRect:inView:permittedArrowDirections:animated:
method.
精彩评论