From 326074ca4d042c048be5d74cb9da19aa3c4189f9 Mon Sep 17 00:00:00 2001 From: g8production Date: Fri, 26 Feb 2016 16:15:32 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bd46e93..c3910db 100644 --- a/README.md +++ b/README.md @@ -90,7 +90,7 @@ class MyPagerTabStripName: ButtonBarPagerTabStripViewController { We strongly recommend to use IB to set up our page controller views. Drag into the storyboard a `UIViewController` and set up its class with your pager controller (`MyPagerTabStripName`). -Drag a `UIScrollView` into your view controller view and connect `PagerTabStripViewController` `contentView` outlet with the scroll view. +Drag a `UIScrollView` into your view controller view and connect `PagerTabStripViewController` `containerView` outlet with the scroll view. Depending on which type of paging view controller you are working with you may have to connect more outlets.