Skip to content

Commit

Permalink
update README.
Browse files Browse the repository at this point in the history
  • Loading branch information
kyyamagu committed Aug 18, 2017
1 parent 55f3fee commit 3f59e45
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,8 @@ func setDrawerState(state: DrawerState, animated: Bool)

### Delegate
```Swift
optional func drawerController(drawerController: KYDrawerController, stateChanged state: KYDrawerController.DrawerState)
optional func drawerController(_ drawerController: KYDrawerController, willChangeState state: KYDrawerController.DrawerState)
optional func drawerController(_ drawerController: KYDrawerController, didChangeState state: KYDrawerController.DrawerState)
```


Expand Down

0 comments on commit 3f59e45

Please sign in to comment.