From 311127e9f09321d7298d9a97dd15103a4aa9172b Mon Sep 17 00:00:00 2001 From: moflo Date: Thu, 5 Mar 2015 16:16:59 -0800 Subject: [PATCH] Update README.md Adding clues for Swift usage. --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 2cb886f..f2e32c5 100644 --- a/README.md +++ b/README.md @@ -153,6 +153,11 @@ Once you have integrated your helpStack, use the **'showHelp'** API call to open [[HSHelpStack instance] showHelp:self]; } +Using Swift, show HelpStack using the following invocation: + + let helpStack = HSHelpStack.instance() as HSHelpStack + helpStack.showHelp(self) + ###Customizing Help Stack UI