Skip to content

Commit

Permalink
Merge pull request #414 from Lepidopteron/master
Browse files Browse the repository at this point in the history
PullyViewController.pulleySafeAreaInsets overridable (changed declara…
  • Loading branch information
ulmentflam committed Jun 14, 2021
2 parents 7bb47ea + fffb51c commit 355bb7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion PulleyLib/PulleyViewController.swift
Expand Up @@ -585,7 +585,7 @@ open class PulleyViewController: UIViewController, PulleyDrawerViewControllerDel
public var feedbackGenerator: Any?

/// Access to the safe areas that Pulley is using for layout (provides compatibility for iOS < 11)
public var pulleySafeAreaInsets: UIEdgeInsets {
open var pulleySafeAreaInsets: UIEdgeInsets {

var safeAreaBottomInset: CGFloat = 0
var safeAreaLeftInset: CGFloat = 0
Expand Down

0 comments on commit 355bb7c

Please sign in to comment.