dekatotoro / SlideMenuControllerSwift

iOS Slide Menu View based on Google+, iQON, Feedly, Ameba iOS app. It is written in pure swift.
MIT License
3.4k stars 754 forks source link

Provide An API for detecting whether the slideMenu is opened or closed. #454

Closed duxingzhe closed 2 years ago

duxingzhe commented 2 years ago

Please provide an API for detecting the sildMenu opening conditions. Just like api on Android Platform:

isOpened() and return true or false.

I can add it mannually, but I prefer the official solution.

duxingzhe commented 2 years ago

My bad. There is an api in the source. I close this issue.