tags:

views:

495

answers:

2

Hi I want to create a customize bubble menu, like cut/copy/paste menu, in IPhone SDK3.x. I know it is UIMenuController but it is only provide standard cut/copy/past menu. Anyone know how to make a bubble menu similar like this. Any example and code for reference?

A: 

Use the menuItems property on UIMenuController.

Rowan Christmas