Skip to content

Commit

Permalink
Fixed default swipe states for interface styles.
Browse files Browse the repository at this point in the history
  • Loading branch information
ivanvorobei committed Jun 16, 2021
1 parent 9df0dd6 commit 7a77619
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
Binary file not shown.
2 changes: 1 addition & 1 deletion SPPermissions.podspec
@@ -1,7 +1,7 @@
Pod::Spec.new do |s|

s.name = "SPPermissions"
s.version = "6.5.1"
s.version = "6.5.2"
s.summary = "Ask permissions on Swift. Available List, Dialog & Native interface. Can check state permission."
s.homepage = "https://github.com/ivanvorobei/SPPermissions"
s.source = { :git => "https://github.com/ivanvorobei/SPPermissions.git", :tag => s.version }
Expand Down
Expand Up @@ -36,7 +36,7 @@ public class SPPermissionsDialogController: UIViewController, SPPermissionsContr
SPPermissions: Disable or allow dismiss dialog with gester.
Default value is `true`.
*/
public var allowSwipeDismiss: Bool = false
public var allowSwipeDismiss: Bool = true

/**
SPPermissions: Manage bounce animation. If `false`,
Expand Down
Expand Up @@ -36,7 +36,7 @@ public class SPPermissionsListController: UITableViewController, SPPermissionsCo
SPPermissions: Disable or allow dismiss controller with swipe.
Default value is `true`.
*/
public var allowSwipeDismiss: Bool = false
public var allowSwipeDismiss: Bool = true

public weak var dataSource: SPPermissionsDataSource?
public weak var delegate: SPPermissionsDelegate?
Expand Down

0 comments on commit 7a77619

Please sign in to comment.