2
votes

Is there a simple way to create a popup like on the follow picture:

Screenshot from Music App

The popup should only show up while pressing on the UITableViewCell and after releasing the touch event it should disappear. I wanna get the same behavior like on the iOS 5 (iPhone/iPod Touch)

I also checked WEPopover. But I would like to know if there is a native way to do it like apple.

1

1 Answers

5
votes

On github there is a beautiful project that respond on you question!

Here the code: https://github.com/chrismiles/CMPopTipView

Easy to use.

A