From a5dce65ac561590cdb6c06b8fe300b024c451cca Mon Sep 17 00:00:00 2001 From: Gant Laborde Date: Thu, 26 Jun 2014 23:25:44 -0500 Subject: [PATCH] correcting the steps showInView no-longer works without animateDuration. Update readme to show users how to use this. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 832bf94..e8c5108 100644 --- a/README.md +++ b/README.md @@ -68,5 +68,5 @@ Step 3 - Show Introduction View ----------------------- ```objc -[introductionView showInView:self.view]; +[introductionView showInView:self.view animateDuration:0.0]; ```