MultiLayerNavigation icon indicating copy to clipboard operation
MultiLayerNavigation copied to clipboard

Drag to go back Interaction Implementaion

Results 17 MultiLayerNavigation issues
Sort by recently updated
recently updated
newest added

//================================================= SUNMyFavoriteViewController *myFavorVC = [[SUNMyFavoriteViewController alloc] init]; MLNavigationController *nav = [[MLNavigationController alloc] initWithNavigationBarClass:[UINavigationBar class] toolbarClass:[UIToolbar class]]; nav.canDragBack = YES; [nav pushViewController:myFavorVC animated:NO]; ``` [self presentModalViewController:nav animated:YES]; ``` //================================================= 使用这种方式简历导航控制器,推入新的view后,用手动滑出,没有动画显示。

返回范围写死为320导致大屏手机在返回时的手势范围出现问题,导致bug

首先感谢作者的分享 报告一个bug,在iPhone6和plus下返回手势在320处就不动了 应该是屏幕宽度写死成320出的bug。 希望作者有时间的话能够改下这个bug Regards, Vienta

点击cell的时候,等一会才会跳转,在instruments->Time Profiler测试了下,发现截图花费时间很长

怎么解决和UITableView的左滑cell编辑冲突问题

iPad下面使用横屏的时候乱了,有人解决了吗

添加了滑动限制,类似新版微信,当拖动手势离最左边距离50像素以内时才响应拖动返回,这样,当页面内有tableview或者webview时,就不担心冲突导致用户体验不好了。

FIX: when alert view pop up during dragging, background will be black.

1 .add presented VIewController Support. 2 .add storyboard perform push support. 3 .add relative demo code.