问题标签 [ios11]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
swift3 - 为 iOS8 创建 Launch Screen.xib ( ... iOS11, Swift 4 和 LaunchScreen.storyboard )
我刚刚发现,为了能够在应用商店中对您的应用进行描述,请说“此应用针对 iPhone 6 和 iPhone 6 Plus 进行了优化”。您需要为启动图像使用启动 XIB 或情节提要文件(根据 [Apple][1])。
所以,我创建了一个新的启动屏幕 xib,现在我有点,但因为我通常在代码中做所有事情并且不使用界面生成器。我已删除插入的默认标签并将 a 拖放UIImageView
到视图中。现在我想知道我将如何:
1)告诉UIImageView
调整大小到它所在的任何屏幕的大小
2) 如果 3.5 英寸的屏幕正在运行应用程序,则告诉 UIImageView 选择 ImageA,如果 4 英寸的屏幕正在运行应用程序,则选择 ImageB 等等。
本质上,我只是想让启动 .xib 模仿启动屏幕正常工作的行为。如果有人可以为此提供一些帮助,将不胜感激!
objective-c - iOS中针对选定国家/地区的城市名称列表?
我正在开发一个 iOS 应用程序,我想在其中获取不同国家不同城市的温度。我可以获取本地 csv 文件的国家/地区列表,但我想针对我选择的国家/地区获取城市列表。有什么办法吗?任何帮助将不胜感激。
ios - 如何在 iMessage iOS11(或 iOS10、Mac OSX Sierra)中禁用 URL 链接预览
无法通过 iMessage 在我的开发人员之间发送链接,因为 iOS11 和 iOS10 中 iMessage 的“预览”功能很难看到确切的 URL 结构,因为它是插入链接预览。有什么办法可以禁用它吗?把我们逼疯了!!
ios - How do I implement a volume shutter in iOS 11?
I want to implement a volume shutter in my camera app. When the user presses the volume button, I should get an event to take a photo.
I'm looking for an implementation that meets the following requirements:
- It should work even if the volume is currently at the maximum, and the user presses the volume up button.
- There should be no on-screen UI showing that the volume changed.
- There should be no known cases of Apple rejecting an app that used this technique.
Other questions and answers exist on this topic, but for older versions of iOS, so I wanted to find one that works on iOS 11.
Camera apps like ProCamera, ProCam and Camera+ have the volume shutter that satisfies all these conditions, so it's clearly possible.
sandbox - Xcode9 的增强现实应用模板沙盒错误
Apple 在 WWDC 17 上推出了它的 ARKit,他们还在 Xcode 9 中添加了一个名为“Augmented Reality App”的新项目模板,它基本上应该是 WWDC 主题演讲或类似的演示应用程序。
但是,原始模板本身在运行时会返回一个严重错误,如下所示:
libMobileGestalt MobileGestaltSupport.m:153: pid 701 ({Your app's name}) 没有 frZQaeyWLUvLjeuEK43hmg 的沙盒访问权限,并且没有适当的权限
到目前为止我尝试了什么:
- 我尝试了所有 3 个不同的模板项目:SpriteKit、SceneKit 和 Metal。错误仍然存在。
- 我创建了权利文件并将“应用程序沙盒”设置为 true。没运气。
- 谷歌搜索了这个错误,发现这个错误实际上比 ARKit 更老(并且可能不太受欢迎)。可悲的是,还没有人找到解决方案。
最后,我认为这无关紧要,但我尝试在我的 iPhone 6 上运行它。有没有人设法运行 AR 应用程序模板?如果是这样,怎么做?或者任何人有任何信息libMobileGestalt
?
ios - 下载 Xcode 9(或 9.1 Beta 版本)
我在我的设备上下载了 iOS 11 并想继续在我的设备上测试我的项目,但它不会工作,因为它说 ios 11.0 可能不支持我拥有的 Xcode 版本(即 8.3.3)。我假设这是因为我需要使用 Xcode 9(或 9.1 beta 版本),但我似乎找不到可以在哪里下载它。
ios - 如何在 Xcode 9 中使用 iOS 11、Apple TV 4K 等进行无线调试?
最近在 Xcode 9、iOS 11 和 tvOS 11 中添加了无线调试功能。Apple TV 4K 没有 USB 端口,因此需要无线调试。您如何在 Xcode 中执行此无线调试?
ios - iOS 10.0 到 iOS 11API 差异
有什么方法可以像我们为 iOS10 获得类似的东西https://developer.apple.com/library/content/releasenotes/General/iOS101APIDiffs/index.html
新的文档浏览器有 api 差异,但如果你只想了解有哪些变化或新功能,点击每一件事会很累而且很慢...... https://developer.apple.com/documentation?changes=最新的_次要