美文网首页
自定义 UINavigationController 开启滑动返

自定义 UINavigationController 开启滑动返

作者: 小猪圣骑士 | 来源:发表于2016-04-12 15:22 被阅读65次

    /* 为 self 创造弱引用 */

    __weak typeof(self) weakSelf = self;

    /* 开启返回手势效果 */

    if ([self respondsToSelector:@selector(interactivePopGestureRecognizer)]) {

    self.interactivePopGestureRecognizer.delegate = weakSelf;

    }

    相关文章

      网友评论

          本文标题:自定义 UINavigationController 开启滑动返

          本文链接:https://www.haomeiwen.com/subject/njcwlttx.html