微信公众号搜"智元新知"关注
微信扫一扫可直接关注哦!

如何解决XCode滑动手势去上一个/下一个文件冻结编辑器?

从今天早上起,我在小牛的XCode 5中面临着一个非常烦人的bug:

我用来从左到右用两根手指在MacBook触控板上滑动,以前往/下一个文件进入XCode编辑器.
但是,现在,这样做完全冻结了编辑器,刚刚移动了像5像素的东西.
之后,我必须关闭XCode并重新打开它,使编辑器重新工作.

按下上一个/下一个按钮,因为它不会触发这个错误的动画.

有没有人有这个问题或有任何线索来解决它?

解决方法

事实上,这个问题正在影响其他滑动手势,就像Safari中的上一个/下一个滑动.

这是一个解决问题的方法(来自Apple支持论坛).

ok guys i found a solution. Resetting the PRAM seems to have worked
here and the 2 finger swipe is just fine Now. to reset the PRAM do the
followings:

  1. Shut down your Mac.
  2. Locate the following keys on the keyboard: Command (⌘),Option,P,and R. You will need to hold these keys down simultaneously in step 4.
  3. Turn on the computer. Press and hold the Command-Option-P-R keys before the gray screen appears.
  4. Hold the keys down until the computer restarts and you hear the startup sound for the second time.
  5. Release the keys.

原文地址:https://www.jb51.cc/iOS/329145.html

版权声明:本文内容由互联网用户自发贡献,该文观点与技术仅代表作者本人。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌侵权/违法违规的内容, 请发送邮件至 dio@foxmail.com 举报,一经查实,本站将立刻删除。

相关推荐