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
{{ message }}
This repository was archived by the owner on Jun 17, 2018. It is now read-only.
I found that by default, cannot use the system at the same time in the open sliding switch the slide of the return, and this function has a lot of user habit, so I try to use this method and I do not know if this is correct:
//
// PagingViewController.swift
// PagingMenuController
//
// Created by Yusuke Kita on 6/3/16.
// Copyright (c) 2016 kitasuke. All rights reserved.
//
...openoverridefunc viewWillAppear(_ animated:Bool){
super.viewWillAppear(animated)
contentScrollView.panGestureRecognizer.require(toFail: navigationController?.interactivePopGestureRecognizer ??UIGestureRecognizer())
navigationController?.interactivePopGestureRecognizer?.require(toFail: navigationController?.interactivePopGestureRecognizer ??UIGestureRecognizer())}...