Nikolay Korotkov

Results 1 comments of Nikolay Korotkov

There's a way, but it's a bit cumbersome. ``` objective-c @property (nonatomic, assign, readonly) MMDrawerSide openSide; ``` It's readonly so you cannot override the setter to inject your code anytime...