0

我有两个项目。我在第一个项目上创建了一个 UIBarButtonItem 对象。它默认启用,但在其他项目中默认禁用。

在此处输入图像描述

我正在使用 iOS6、Xcode.4.6.1 我在 iOS5、iOS4 中看到相同的结果。UIBarButtonItem 默认值是启用的。为什么 ?全局设置?项目设置?

4

1 回答 1

0

In your other project you probably did set target and action. In Cocoa, button that has no target or action is considered disabled.

于 2013-05-07T18:38:40.620 回答