Skip to content

Commit

Permalink
Fixing Xcode 10.2 compiler warning via issue #326
Browse files Browse the repository at this point in the history
  • Loading branch information
ulmentflam committed Mar 31, 2019
1 parent 173f336 commit 42d9a73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion PulleyLib/UIViewController+PulleyViewController.swift
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
public extension UIViewController {

/// If this viewController pertences to a PulleyViewController, return it.
public var pulleyViewController: PulleyViewController? {
var pulleyViewController: PulleyViewController? {
var parentVC = parent
while parentVC != nil {
if let pulleyViewController = parentVC as? PulleyViewController {
Expand Down

0 comments on commit 42d9a73

Please sign in to comment.