简体   繁体   中英

Stop SWRevealViewController animation when select

i am trying to disable SWRevealViewController animation when selecting the row, this is a sliding-menu library to use with swift or objective-c, what i am saying is when i select the row from the menu it expands like 40 px to the right then it close and goes away, i want to edit it so when i click on the row it close without expanding to the right.

I hope i explained well and this is the library i'm working with: https://github.com/John-Lluch/SWRevealViewController

SVRevealViewController.m中的注释行号1378:

_enqueue( [theSelf _setFrontViewPosition:preReplacementPosition withDuration:firstDuration] );

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM