0

Is it acceptable (i.e., to App Store) to have buttons in a UINavigationBar change on-the-fly? For example, perhaps there are two buttons on the Nav Bar for + (Add) and Trash (Delete), but once the + has been touched (for adding an item) the buttons change to Cancel/Save?

A related question, assuming it is acceptable, is whether it is preferable to activate/deactivate buttons as required, or whether it would be better better to make buttons that are not relevant to the operation underway simply disappear to be replaced by those which are relevant at any given time?

Not sure I've made myself clear here, but I haven't seen anything on this in the HIG. Thx.

4

1 回答 1

0

我认为更改 UINavigationBar 上的按钮没有任何问题。我什至有一个发布到 AppStore 的应用程序(以及许多其他应用程序)实现了这样的功能,Apple 对此表示满意。

于 2014-04-08T02:31:23.693 回答