Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
coneybeare committed Jan 11, 2012
1 parent 2f88e53 commit 9a5eeb2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Expand Up @@ -85,7 +85,8 @@ Display the panel by creating an instance of your subclass and show it from a po
[self.currentPanel showFromPoint:[sender center]]; [self.currentPanel showFromPoint:[sender center]];
} }
```` ````
** Event Handling
**Event Handling (Delegates or Blocks)**
You can either implement the delegate method for when the close button is pressed: You can either implement the delegate method for when the close button is pressed:
Expand Down

0 comments on commit 9a5eeb2

Please sign in to comment.