Skip to content

Commit

Permalink
Remove unneeded constraints
Browse files Browse the repository at this point in the history
  • Loading branch information
onmyway133 committed Oct 25, 2016
1 parent 40f1c9a commit bde289b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Sources/Utils/Pages/PagesController.swift
Original file line number Diff line number Diff line change
Expand Up @@ -80,8 +80,6 @@ class PagesController: UIViewController {
scrollView.g_pin(on: .bottom, view: pageIndicator, on: .top)

scrollViewContentView.g_pinEdges()
scrollViewContentView.g_pin(on: .top, view: scrollView.superview!)
scrollViewContentView.g_pin(on: .bottom, view: scrollView.superview!)

for (i, controller) in controllers.enumerated() {
addChildViewController(controller)
Expand Down

0 comments on commit bde289b

Please sign in to comment.