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 has been 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())}...
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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:
The text was updated successfully, but these errors were encountered: