Xcode 4 - Connecting Outlets(Xcode 4 - 连接插座)
问题描述
此页面显示了我可以多么轻松地连接网点 http://developer.apple.com/technologies/tools/whats-new.html 在 Xcode 4 中,但我无法得到它.
This page shows how easily I can connect outlets http://developer.apple.com/technologies/tools/whats-new.html in Xcode 4, but I can't get it.
我右键单击并将一个出口从新的引用出口圈拖到我声明对象的标题中,但没有任何反应.
I right click and drag an outlet from the new referencing outlet circle, and into my header where the object is declared, but nothing happens.
有人用过吗?
非常感谢
推荐答案
我在 Xcode 4 的最终版本中遇到了同样的问题,并通过在使用拖动之前选择 File's Owner Custom Class 解决了它&如下图所示的 drop outlet 功能.
I had the same problem with the final version of Xcode 4 and solved it by selecting the File's Owner Custom Class before using the drag & drop outlet feature like shown on the screenshot below.
这篇关于Xcode 4 - 连接插座的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!
本文标题为:Xcode 4 - 连接插座
基础教程推荐
- Cocos2d iPhone 非矩形精灵触摸检测 2022-01-01
- iPhone - 获取给定地点/时区的当前日期和时间并将其与同一地点的另一个日期/时间进行比较的正确方法 2022-01-01
- libGDX 从精灵或纹理中获取像素颜色 2022-01-01
- Android:getLastKnownLocation(LocationManager.NETWORK_PROVIDER 2022-01-01
- iOS4 创建后台定时器 2022-01-01
- navigator.geolocation.getCurrentPosition 在 Android 浏览器上 2022-01-01
- NSString intValue 不能用于检索电话号码 2022-01-01
- 如何从 logcat 中删除旧数据? 2022-01-01
- 通过重定向链接在 Google Play 中打开应用 2022-01-01
- AdMob 广告未在模拟器中显示 2022-01-01
