问题标签 [ipados]

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.

0 投票
2 回答
7206 浏览

ios - 如何从 UIViewController 打开照片应用程序?

对于如何在按钮操作中从 uiviewcontroller 打开照片应用程序,我有一些可能的结果。这就像一个 Facebook 认证屏幕打开,这意味着当用户点击 uibutton 时,它将最小化原生应用程序并打开照片应用程序。这对于 ios 6 和 ios 7 版本是否可行。

如果您知道,请给出一些可能的结果?

如果有人给出解决方案,我真的很感激你。

0 投票
3 回答
31655 浏览

ios - iOS/iPadOS safari 推送 api 支持

iOS/iPadOS 版本的 safari 是否支持使用 service worker 推送 api 标准?

编辑:您可以签署一份请愿书,以提高对该主题的认识

0 投票
16 回答
28812 浏览

ios - 如何检查 iOS/iPadOS 中是否启用了深色模式?

从 iOS/iPadOS 13 开始,可以使用深色用户界面样式,类似于 macOS Mojave 中引入的深色模式。如何检查用户是否启用了系统范围的暗模式?

0 投票
4 回答
2907 浏览

uikit - 如何将 UIImage 转换或加载到 PKDrawing 中?

我希望能够将 PNG 文件加载到 PKCanvasView 中,以便能够在其中绘制和擦除部分内容。有没有办法做到这一点?

0 投票
4 回答
19072 浏览

macos - 在网络上从 macOS 告诉 iPadOS

iPadOS beta 上的 Safari 用户代理此时与 macOS 上的 Safari 完全相同。有没有其他方法可以区分 iPad 和 Mac?

播放 HLS 视频时,iPadOS 代理似乎是:

0 投票
2 回答
2172 浏览

ios - 可以对 iPad OS 做出反应吗?

可以对 iPad OS 做出反应吗?到目前为止,我们已经用原生反应来构建 iOS 应用程序和 android 应用程序。Apple 正在将 iPad OS 从 iOS 中分离出来,你觉得 react Native 还能解决跨平台问题吗……?

iPad OS 应该会在下一个 9 月/ 10 月的苹果活动之前发布

0 投票
0 回答
98 浏览

bitcode - Is Bitcode required for iPadOS apps?

Apple documentation does not mention whether or not bitcode is required for iPadOS apps:

For iOS apps, bitcode is the default, but optional. For watchOS and tvOS apps, bitcode is required. If you provide bitcode, all apps and frameworks in the app bundle (all targets in the project) need to include bitcode

If some one found a valid source of information regarding this question, please share.

0 投票
1 回答
1525 浏览

swift - 删除 PencilKit 中的内容

在 iOS 13/iPadOS 中使用 PencilKit 时,如何从屏幕上删除所有内容,或删除那些选定的内容(通过套索)?

我在 PKDrawing 或 PKCanvasView 中找不到执行这些操作的任何函数?

0 投票
1 回答
1156 浏览

objective-c - [_LSDefaults sharedInstance]:无法识别的选择器发送到类 0x1f36e3dd8

我更新了我ipadipad OS,它成功运行了大约 15 秒,然后崩溃了。

崩溃信息:

[_LSDefaults sharedInstance]:无法识别的选择器发送到类 0x1f36e3dd8

苹果BUG?这堂课在<CoreServices/CoreServices.h>

0 投票
2 回答
2047 浏览

ios13 - 在 PencilKit 中编辑 PKDrawing

在 iOS 13/iPadOS 中使用 PencilKit 时,如何更改 PKDrawing 中的内容?例如,我可以遍历所有线条并更改线条的颜色或宽度吗?或者对于选定的行(通过套索)?或者在我们自己的代码中添加一条直线?