- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
名为 Vesper 的应用程序已针对 iOS 7 进行更新,并在 iOS 7 上显示用户的壁纸。我发现使用 UIApplicationIsOpaque 键和 UIBackgroundStyleLightBlur 可以显示用户背景,但不会通过验证。 Vesper 通过了验证并通过了 Apple 认证。我确实将这个问题上传到开发论坛,但苹果已将其删除。
最佳答案
布伦特·西蒙斯 (Brent Simmons) 写道 a blog post解释一下。他们似乎没有使用 UIApplicationIsOpaque key 。
The Sidebar
In 1.0 our sidebar menu included a bit of top and bottom padding to blend into the black of the status bar and — along with a touch of shadow from the list view — give a sense of depth, as if the sidebar were always sitting behind the list view. iOS 7′s unified status bar meant that we didn’t have that same black to play against, so we had to rethink our approach. We started looking at Apple’s built-in iOS 7 apps for inspiration, and two things jumped out at us: Safari and Passbook.
Over in Safari, when you tap into open pages view you can see your own homescreen wallpaper blurred through in the background. It’s subtle, but it’s a very nice touch.
We loved the idea and wanted to try it out in our sidebar to see how it would look. Because Apple doesn’t provide an API for live blurring of images, we managed to fake our way around it by dropping a giant live-blur-enabled toolbar behind the sidebar view. It looked fantastic on an iPhone 5, but live blur isn’t supported at all on older phones, where the sidebar fell back to using the unblurred home screen.
Meanwhile, Passbook’s passes float over an unblurred (but darkened) homescreen, making them feel more like widgets floating over the wallpaper like apps in the multi-tasking view. We decided to try that approach and see what worked.
We went through a ton of iteration to find the right opacity for the tinted window view, and for the selected state. Whatever we did would need to look good regardless of the user’s wallpaper, and the effect should be pleasant but not distracting. This is, after all, a menu. To keep things weighted appropriately with the effect, we also chose not to iOS 7-ify the sidebar icons. They should feel a little hefty to stand out.
What started as an “oh crap, what are we going to do” design problem turned into our favorite view in the entire app. Not only was a it neat to look at (especially with the sense of depth given by the homescreen parallax effect), but it gave Vesper a human touch. When you open the sidebar, you’re seeing your own wallpaper. Something you chose. It felt personal. Moreover, it felt very true to iOS 7.
Unfortunately, we didn’t realize until too late that the API needed to pull off the effect is undocumented by Apple. We’ve filed the appropriate radars and made requests to people at Apple. Our hope is that the API becomes available soon and we can return to what we think is a pretty great design.
关于ios7 - Vesper 如何在没有 UIApplicationIsOpaque 键的情况下向用户显示壁纸?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/19062345/
名为 Vesper 的应用程序已针对 iOS 7 进行更新,并在 iOS 7 上显示用户的壁纸。我发现使用 UIApplicationIsOpaque 键和 UIBackgroundStyleLigh
我是一名优秀的程序员,十分优秀!