Skip to content

Commit ebfb061

Browse files
seedanteseedante
authored and
seedante
committed
gesture action can't be private.
1 parent 4853ce0 commit ebfb061

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

Classes/SDEPopPinchInteractionController.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ class SDEPopPinchInteractionController: UIPercentDrivenInteractiveTransition {
2525
view.addGestureRecognizer(pinchGesture)
2626
}
2727

28-
private func sde_handlePinch(gesture: UIPinchGestureRecognizer){
28+
internal func sde_handlePinch(gesture: UIPinchGestureRecognizer){
2929
switch gesture.state{
3030
case .Began:
3131
if gesture.scale < 1.0{

0 commit comments

Comments
 (0)