You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
MMDrawerController.m
isPointContainedWithRightBezelRect
should probably be renamed
isPointContainedWithinRightBezelRect
Just ran into the issue when subclassing and needing custom bezel detection. I couldn't figure out why the right bezel wasn't working until I realized it has a slightly different name than the other point testing functions. With vs Within.
The text was updated successfully, but these errors were encountered:
…roller
# By Kevin Harwood (4) and Andrej Mihajlov (1)
# Via Kevin Harwood
* 'master' of https://github.com/mutualmobile/MMDrawerController:
Updated podspec
Updated changelog and readme
Updated README with Bounce Information
Fixed misnamed method isPointContainedWithinRightBezelRect (mutualmobile#269)
Do not forward appearance events to central VC when drawer is offscreen
MMDrawerController.m
isPointContainedWithRightBezelRect
should probably be renamed
isPointContainedWithinRightBezelRect
Just ran into the issue when subclassing and needing custom bezel detection. I couldn't figure out why the right bezel wasn't working until I realized it has a slightly different name than the other point testing functions. With vs Within.
The text was updated successfully, but these errors were encountered: