Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
lkzhao committed Mar 11, 2017
1 parent 85604f9 commit 784787b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Sources/HeroDebugView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ class HeroDebugView: UIView {
var doneButton: UIButton!
var arcCurveButton: UIButton?

var delegate: HeroDebugViewDelegate?
weak var delegate: HeroDebugViewDelegate?
var panGR: UIPanGestureRecognizer!

var pinchGR: UIPinchGestureRecognizer!
Expand Down
2 changes: 1 addition & 1 deletion Sources/UIViewController+Hero.swift
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ extension UITabBarController {
set { heroConfig.tabBarAnimation = newValue }
}

@IBInspectable public var heroNavigationAnimationTypeString: String? {
@IBInspectable public var heroTabBarAnimationTypeString: String? {
get { return heroConfig.tabBarAnimation.label }
set { heroConfig.tabBarAnimation = newValue?.parseOne() ?? .auto }
}
Expand Down

0 comments on commit 784787b

Please sign in to comment.