Finn Gaida
Finn Gaida

Reputation: 4040

How to activate UIPopoverControl on iPhone?

I've seen this feature several times on iPhone Apps (e.g.. At Bat, Garageband, etc.) and I'm just wondering how to activate the feature for iPhone without having to build an own class.

I've seen a simple YouTube video, but following the described steps didn't help much either...

So to be clear, I'd love to have some sample code or a simple explanation on how to port UIPopoverControl to iPhone.

Thanks in advance!

Upvotes: 1

Views: 3082

Answers (2)

Paras Joshi
Paras Joshi

Reputation: 20551

Hi for PopoverView in iPhone use this bellow Demo with Custom PopUpView..

  1. SNPopup
  2. WEPopover
  3. SeaGlass

Upvotes: 6

Oscar
Oscar

Reputation: 651

You may want WEPopover. It's not difficult to use.

Upvotes: 2

Related Questions