Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
younatics committed Feb 28, 2017
1 parent 354ef97 commit f57cb23
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,9 @@ class DropDownView: YNDropDownView {

// Hide Menu
self.hideMenu()
// Change Menu Title At Index
self.changeMenuTitleAt(index: 1, title: "Changed")

}
```

Expand Down Expand Up @@ -135,6 +138,11 @@ view.hideMenuSpringVelocity = 0.9
view.hideMenuSpringWithDamping = 0.8
```

Change Menu Title At Index
```swift
view.changeMenuTitleAt(index: 1, title: "Changed")
```

### Deprecated
```swift
let view = YNDropDownMenu(frame:frame, YNDropDownViews: yNDropDownViews, dropDownViewTitles: ["Apple", "Banana", "Kiwi", "Pear"])
Expand Down

0 comments on commit f57cb23

Please sign in to comment.