From 590cc55a7f48e2c0747379bc4b28e7749ff21e92 Mon Sep 17 00:00:00 2001 From: Pikachu Date: Tue, 26 Jul 2016 14:11:34 +0800 Subject: [PATCH] Update README_ENGLISH.md --- README_ENGLISH.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README_ENGLISH.md b/README_ENGLISH.md index fd95e3b..b857727 100644 --- a/README_ENGLISH.md +++ b/README_ENGLISH.md @@ -79,7 +79,7 @@ Call method in `AppDelegate.m` Is iOS system sound id, default push notification sound "Tritone" is 1312 More sound id to see here [iOS Predefined sounds](http://iphonedevwiki.net/index.php/AudioServices#) - +or here [AudioServices sounds](http://www.cocoachina.com/bbs/read.php?tid=134344) ## Listen Click Add observer for `EBBannerViewDidClick`, get extra key/value to handle your custom events, such as: `jump to some page when user clicked`.