KSPopoverView icon indicating copy to clipboard operation
KSPopoverView copied to clipboard

A pulldown menu UI for iOS

*** KSPopoverView ***

KSPopoverView is an iOS view controller that a user can flick & select the menu.

** Usage **

  1. Include a "KSPopoverViewController.h" header
  2. Apply KSPopoverViewControllerDelegate protocol
  3. Init like as [[KSPopoverViewController alloc] initType:KSPopoverTypeTextLabel withImage:image point:location]
  4. Add buttons by [vc addButtonWithTitle:button]
  5. Write popoverViewController:selectedButton:AtIndex: delegate method and the event

** Author ** KatokichiSoft http://cielo.rojo.jp

** License ** The new BSD license