From 9a5eeb2bc7123cc1f59fb24e8653ad409b4ebafe Mon Sep 17 00:00:00 2001 From: Matt Coneybeare Date: Wed, 11 Jan 2012 12:29:17 -0500 Subject: [PATCH] Update README --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index ec49ad7..ed2d336 100644 --- a/README.md +++ b/README.md @@ -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]]; } ```` -** Event Handling + +**Event Handling (Delegates or Blocks)** You can either implement the delegate method for when the close button is pressed: