Skip to content
This repository has been archived by the owner on Feb 17, 2020. It is now read-only.

Commit

Permalink
Marking transition as open access to allow customization.
Browse files Browse the repository at this point in the history
  • Loading branch information
benguild committed Dec 7, 2018
1 parent 746d54d commit 7e6279f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion PullToDismissTransition.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "PullToDismissTransition"
s.version = "0.7.5"
s.version = "0.7.7"
s.homepage = "https://github.com/benguild/PullToDismissTransition"
s.summary = "(Beta) Uses `UIPercentDrivenInteractiveTransition` and `UIViewControllerAnimatedTransitioning` to quickly implement nice “pull-to-dismiss” interactions on modal view controller(s). — Also handles `UIScrollView` bounce toggling dynamically when necessary. "
s.license = 'MIT'
Expand Down
2 changes: 1 addition & 1 deletion PullToDismissTransition.swift
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ public enum PullToDismissTransitionType {
case scale
}

public class PullToDismissTransition: UIPercentDrivenInteractiveTransition {
open class PullToDismissTransition: UIPercentDrivenInteractiveTransition {
private struct Const {
static let dimmingAlphaTransitionFinishDropDelay: TimeInterval = 0.24
static let dimmingPeakAlpha: CGFloat = 0.87
Expand Down

0 comments on commit 7e6279f

Please sign in to comment.