iOS7.1键盘模糊
<p><p> <img src="/image/Gvjv6.jpg" alt="enter image description here"/>我正在开发一个应用程序,我遇到了这个问题。我将如何实现像 youtubes iphone/iPad 应用程序中的键盘背景模糊?我想不通。任何帮助都会很棒!</p></p>
<br><hr><h1><strong>Best Answer-推荐答案</ strong></h1><br>
<p><p>将键盘外观属性设置为 <code>UIKeyboardAppearanceDark</code>。</p>
<h2>示例</h2>
<pre><code>;
</code></pre>
<h2>来自文档</h2>
<pre><code>//
// UIKeyboardAppearance
//
typedef NS_ENUM(NSInteger, UIKeyboardAppearance) {
UIKeyboardAppearanceDefault, // Default apperance for the current input method.
UIKeyboardAppearanceDark NS_ENUM_AVAILABLE_IOS(7_0),
UIKeyboardAppearanceLight NS_ENUM_AVAILABLE_IOS(7_0),
UIKeyboardAppearanceAlert = UIKeyboardAppearanceDark,// Deprecated
};
</code></pre></p>
<p style="font-size: 20px;">关于iOS7.1键盘模糊,我们在Stack Overflow上找到一个类似的问题:
<a href="https://stackoverflow.com/questions/22899291/" rel="noreferrer noopener nofollow" style="color: red;">
https://stackoverflow.com/questions/22899291/
</a>
</p>
页:
[1]