ios - 如何在今日通知中心小部件中实现充满活力的选择状态
<p><p> <img src="/image/XIsYv.jpg" alt="enter image description here"/> </p>
<p>我想实现一个选定的状态,其效果类似于内置小部件的效果,通知背后的颜色显示出来。我该怎么做?</p></p>
<br><hr><h1><strong>Best Answer-推荐答案</ strong></h1><br>
<p><p>只需使用 <code></code> 将 <code>UIButton</code> 添加到 <code>UIVisualEffectsView</code> 的 contentView:</p>
<pre><code>UIButton *myButton = ...
self.effectsView = [ initWithEffect:];
self.effectsView.translatesAutoresizingMaskIntoConstraints = NO;
;
;
</code></pre>
<p>默认情况下,按钮的 backgroundColor 应该是 。然后,当它被点击时,只需将其背景颜色设置为 <code>[ colorWithAlphaComponent:0.5]</code>。 (当通知中心后面的内容几乎全是白色时,alpha 值会有所帮助。</p></p>
<p style="font-size: 20px;">关于ios - 如何在今日通知中心小部件中实现充满活力的选择状态,我们在Stack Overflow上找到一个类似的问题:
<a href="https://stackoverflow.com/questions/27114591/" rel="noreferrer noopener nofollow" style="color: red;">
https://stackoverflow.com/questions/27114591/
</a>
</p>
页:
[1]