Skip to content

Commit da97bae

Browse files
committed
Update README.md
1 parent 5cf9218 commit da97bae

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

README.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ iOS Slide Menu built on top of UINavigationController, with configurable buttons
77
- [Public Properties](https://github.com/aryaxt/iOS-Slide-Menu#public-properties)
88
- [Public Methods](https://github.com/aryaxt/iOS-Slide-Menu#public-methods)
99
- [Custom Animations](https://github.com/aryaxt/iOS-Slide-Menu#custom-animations)
10+
- [Notifications](https://github.com/aryaxt/iOS-Slide-Menu#notifications)
1011

1112
![alt tag](https://raw.github.com/aryaxt/iOS-Slide-Menu/master/slideMenuAnimation.gif)
1213

@@ -167,3 +168,18 @@ This method gets called as the menu reveal occurs, and passes the progress to be
167168
This method gets called if for any resons the instance of animator is being changed. For instance, the animator is changed from SlideNavigationContorllerAnimatorFade to SlideNavigationContorllerAnimatorSlide. In this method you should cleanup the state of the menu if neede. For instance if you added a view to the menu for reveal animation, you should remove it when clear gets called.
168169
Public Methods
169170

171+
Notifications
172+
---------
173+
###### SlideNavigationControllerDidOpen
174+
This notification is posted EVERY time the menu goes inot a complete open state
175+
Userinfo contains a value with key "menu", which could have 2 values "left" and "right"
176+
177+
###### SlideNavigationControllerDidClose
178+
This notification is posted EVERY time the menu goes inot a complete close state
179+
Userinfo contains a value with key "menu", which could have 2 values "left" and "right"
180+
181+
###### SlideNavigationControllerDidReveal
182+
This notification is posted once everytim a menu reveals
183+
Userinfo contains a value with key "menu", which could have 2 values "left" and "right"
184+
185+

0 commit comments

Comments
 (0)