SuperString
SuperString

Reputation: 22549

iOS: UIPopoverController

enter image description here

I am trying to create a popover as seen above.

It can be a button or a TableViewController with just one item.

I looked over a bunch of tutorials but they all seem way more complicated than necessary.

Is there a way to do this without creating a new ViewController? How?

Upvotes: 1

Views: 372

Answers (1)

SuperString
SuperString

Reputation: 22549

For iPad, this is actually a UIActionSheet

Upvotes: 1

Related Questions