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