evnaz / ENSwiftSideMenu

A simple side menu for iOS written in Swift.
MIT License
1.82k stars 281 forks source link

add default implementations for menu event methods #174

Closed MartinP7r closed 2 years ago

MartinP7r commented 6 years ago

by adding default implementations inside a protocol extension of ENSideMenuDelegate, the methods become optional without the need to add @objc. no downsides as far as I can see.