0
-(IBAction)showInfoPopover:(id)sender{
    [[self popover] showRelativeToRect:[sender bounds] ofView:sender preferredEdge:NSMaxYEdge];

}

How do I hide away region?

Hide popover ,What event ? Tanks!

image

Justin Boo
  • 10,132
  • 8
  • 50
  • 71
小弟调调
  • 1,315
  • 1
  • 17
  • 33
  • 1
    What are you asking here? You're going to have to put in more effort to construct a helpful, valid question with enough information in it that people can use to help you out. – Itai Ferber Apr 18 '12 at 05:12
  • My English is very bad, I'm sorry not clearly described . – 小弟调调 Apr 18 '12 at 05:30
  • Maybe helps -> http://stackoverflow.com/questions/7294976/how-to-make-action-to-close-nspopover – MarrLiss Apr 18 '12 at 13:10

1 Answers1

0

enter image description here

小弟调调
  • 1,315
  • 1
  • 17
  • 33
  • 2
    I deleted my answer, since you apparently have found a solution that works for you. But you nonetheless should accept your own answer so that others know it's a resolved issue. – Extra Savoir-Faire Apr 18 '12 at 13:58