Encapsulated the peripheral view controllers

This commit is contained in:
Kieran Lafferty
2013-08-01 19:59:58 -04:00
parent baa96a8af4
commit f1d7d2f532

View File

@@ -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];