简体   繁体   English

IOS以编程方式将应用程序移动到主屏幕的文件夹中

[英]IOS programmatically move apps into a folder at home screen

I am new to IOS, I have a question which is 我是IOS的新手,我有一个问题

I have few separate apps. 我有几个单独的应用程序。 After installation of these apps. 安装这些应用程序后。 It show as different apps icon in the home screen and I have to manually move these apps together to form a folder with apps contains. 它在主屏幕中显示为不同的应用程序图标,我必须手动将这些应用程序一起移动以形成包含应用程序的文件夹。 Do we have any ways to make these apps install and form a folder automatically by programmatically ways? 我们是否有任何方法可以通过编程方式自动安装和构建文件夹?

If yes, can show me how it can be done? 如果是,可以告诉我如何做到这一点?

Sorry for my lousy English. 对不起我糟糕的英语。 Thanks. 谢谢。

Unfortunately, you cannot do this on a non jailbroken iOS device. 不幸的是,你无法在非越狱的iOS设备上执行此操作。 Each app is only responsible for what's going on inside the app. 每个应用程序只负责应用程序内部的内容。 There are some exceptions to this (you can run certain logics in the background, subscribe to be woken up as a result of a certain notification, or provide an extension for the user to add to their Today screen or use via other apps), but you have no control over the user's home screen. 这有一些例外(您可以在后台运行某些逻辑,订阅由于某个通知而被唤醒,或者为用户提供添加到其Today屏幕或通过其他应用程序使用的扩展),但是你无法控制用户的主屏幕。 Positioning the icons there is in the sole responsibility of your user. 定位图标完全由您的用户负责。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 如何在iOS上以编程方式创建“主屏幕应用程序文件夹”按钮? - How to create 'home screen apps folder'-like button programmatically on iOS? 实施iOS主屏幕文件夹 - Implement iOS home screen folder 永久重定向iOS主屏幕Web应用 - Permanently Redirect iOS Home Screen Web Apps 用于IOS的Polymer Web应用程序主屏幕 - Polymer Web apps Home screen for IOS iOS-以编程方式获取Springboard(主屏幕)的屏幕截图 - iOS - take screenshot of springboard(home screen) programmatically 如何以编程方式创建文件夹并将已安装的应用程序移动到此文件 - How to create folder programmatically and move installed apps into this folder 调试在iOS Safari上添加到主屏幕的Web应用程序 - Debugging web apps added to home screen on iOS Safari iOS设备上安装的所有应用程序列表及其在主屏幕(Springboard)上的位置 - List of all apps installed on iOS device and their position on the Home Screen (Springboard) 如何:主屏幕应用程序和ios 6上的离线使用 - 缓存清单已过时? - How To: Home Screen Apps and offline usage on ios 6 – cache manifest obsolete? iOS4清除缓存错误?! 带有“添加到主屏幕”应用程序和localStorage - IOS4 Clear cache bug?! with “Add to Home Screen” apps and localStorage
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM