ios在呈现事件套件时更改导航栏项目的颜色
<p><p>我使用它是为了通过我的移动应用程序在我的日历上添加事件。
我想要做的是改变导航栏项目的颜色(取消和完成)请检查下图:<img src="/image/dWc1C.png" alt="enter image description here"/> </p>
<p>有什么建议吗?</p></p>
<br><hr><h1><strong>Best Answer-推荐答案</ strong></h1><br>
<p><p>使用此代码</p>
<pre><code>];
</code></pre>
<p>如果你正在展示 <code>UIViewController</code> 然后使用下面的代码:</p>
<p>创建一个<code>UIBarButtonItem</code></p>
<pre><code>UIBarButtonItem *barButton = [ initWithTitle:@"Cancel" style:UIBarButtonItemStylePlain target:self action:@selector(cancelButtonTapped:)];
];
</code></pre>
<p>如果你使用的是 <code>Apple</code> 提供的 <code>UIViewController</code> 那么这段代码:</p>
<pre><code>UIImagePickerController *controller = [ init];
;
;
];
</code></pre></p>
<p style="font-size: 20px;">关于ios在呈现事件套件时更改导航栏项目的颜色,我们在Stack Overflow上找到一个类似的问题:
<a href="https://stackoverflow.com/questions/25053852/" rel="noreferrer noopener nofollow" style="color: red;">
https://stackoverflow.com/questions/25053852/
</a>
</p>
页:
[1]