From f1d7d2f5329511cd7a109e2f765edb70bb4311e1 Mon Sep 17 00:00:00 2001 From: Kieran Lafferty Date: Thu, 1 Aug 2013 19:59:58 -0400 Subject: [PATCH] Encapsulated the peripheral view controllers --- KLCircleViewControllerDemo/KLViewController.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/KLCircleViewControllerDemo/KLViewController.m b/KLCircleViewControllerDemo/KLViewController.m index 18fd57a..31bf87c 100644 --- a/KLCircleViewControllerDemo/KLViewController.m +++ b/KLCircleViewControllerDemo/KLViewController.m @@ -51,7 +51,7 @@ rightViewController: right topViewController: nil bottomViewController: bottom]; - + [self.circleVC.view setFrame: self.view.bounds]; [self.view insertSubview: self.circleVC.view belowSubview: self.leftButton];