NSLog(@" 后键入空格使屏幕向下和向上滚动

发布于 2024-12-03 02:47:17 字数 351 浏览 3 评论 0 原文

在 xcode 中,当我输入

NSLog(@"blar空格

屏幕上下滚动。(我正在尝试输入 NSLog(@"blar blar");)

但是,如果我先关闭引号

NSLog(@"")

然后返回并填写 blar blar 就一切顺利了。

我该如何解决这个问题?我使用的是 2011 款 macbook pro、OSX Lion 和 xCode 4.1。

In xcode, when I type

NSLog(@"blarSpace

the screen scrolls down and up. (I'm trying to type out NSLog(@"blar blar");)

However, if I close the quotes first

NSLog(@"")

and then go back and fill in blar blar then all is well.

How do I solve this problem? I'm using 2011 macbook pro and OSX Lion and xCode 4.1.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

吻安 2024-12-10 02:47:17

我不知道,但我在一堂课上遇到了同样的问题,如果我点击空格,页面会尝试向上滚动,如果我在页面底部,它会上下滚动,发出非常无聊的咯咯声。但总的来说,它仅限于我手动更改名称的一个类......不知道是否可以。

I dont know But i'm having the same problem in One class if i ever hit space the page try to scroll up and if Im at the bottom of the page it scrolls up and down making a very boring giggle. But wirdly it's bounded to only one class to which i Changed the Name manually... wonder if that can be it.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文