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
Is it possible to make MMDrawerBezelRange as a Percentage of the screen?
Right now I see the CGFloat const MMDrawerBezelRange = 20.0f; line and I can successfully change it to different numbers, but as the apple devices are becoming more heterogeneous in sizes I was thinking it would be better as a percentage.
For example I would like the bezel to work if someone swipes anywhere within the left 75% of the screen. This will thereby allow left swipes to delete a row in a tableview to work for example.
Does anyone know if there is a simple code change I could make to change this from an absolute value to a screen size percentage?
Thank you!
The text was updated successfully, but these errors were encountered:
Is it possible to make MMDrawerBezelRange as a Percentage of the screen?
Right now I see the
CGFloat const MMDrawerBezelRange = 20.0f;
line and I can successfully change it to different numbers, but as the apple devices are becoming more heterogeneous in sizes I was thinking it would be better as a percentage.For example I would like the bezel to work if someone swipes anywhere within the left 75% of the screen. This will thereby allow left swipes to delete a row in a tableview to work for example.
Does anyone know if there is a simple code change I could make to change this from an absolute value to a screen size percentage?
Thank you!
The text was updated successfully, but these errors were encountered: