Is there a simple way to create a popup like on the follow picture:
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.