Skip to content

Commit

Permalink
Merge branch '6.4.8' into circular-reference-fix
Browse files Browse the repository at this point in the history
* 6.4.8:
  Reran pod install to correct issues with running demo project
  Minor refactor
  • Loading branch information
jonkykong committed Mar 26, 2020
2 parents 18a6f1d + d593da4 commit 66cb4a2
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
3 changes: 1 addition & 2 deletions Pod/Classes/Extensions.swift
Original file line number Diff line number Diff line change
Expand Up @@ -75,8 +75,7 @@ internal extension UIViewController {
internal extension UIGestureRecognizer {

convenience init(addTo view: UIView, target: Any, action: Selector) {
self.init()
addTarget(target, action: action)
self.init(target: target, action: action)
view.addGestureRecognizer(self)
}

Expand Down
17 changes: 9 additions & 8 deletions Pods/Pods.xcodeproj/project.pbxproj

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 66cb4a2

Please sign in to comment.