Vinh
Vinh

Reputation: 944

How to create a popup for the UITableViewCell like in Music App on iPhone (iOS 5)

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.

Upvotes: 2

Views: 1922

Answers (1)

elp
elp

Reputation: 8131

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

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

Easy to use.

A

Upvotes: 5

Related Questions