Skip to content

Commit

Permalink
2.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
choiceyou committed Oct 9, 2018
1 parent 3e7df49 commit 8e88b53
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion FWSideMenu/FWSideMenu.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Pod::Spec.new do |s|
#

s.name = "FWSideMenu"
s.version = "2.0.3"
s.version = "2.0.4"
s.summary = "IOS之侧滑菜单"

# This description is used to generate tags and improve search results.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ open class FWSideMenuContainerViewController: UIViewController, UIGestureRecogni

/// 拖动状态
@objc public var sideMenuPanMode: FWSideMenuPanMode = .defaults
/// 当前菜单状态
/// 设置当前菜单状态
@objc public var sideMenuState: FWSideMenuState = .closed

/// 左菜单宽度
Expand Down

0 comments on commit 8e88b53

Please sign in to comment.