Display your own apps in ios settings, and set apps in ios
1. Create a setting bundle file. Note that the default name is recommended. Changing the file name may not be displayed.
2. A file appears. Open the Root. plist file and set the value in the plist file.
3. There are 6 more styles in the settings.
Title starting with Group
Multi value
Slider drag settings
TextField text box
Title text
Toggle Switch control
4. Code implementation. You can get the set value in the program.
Add it to the programmer (the NSUserDefaults method is recommended for setting items in all programs to be saved locally ).
NSUserDefaults * defaults = [NSUserDefaultsstandardUserDefaults];
[Defaults objectForKey: @ "111"],
[Defaults objectForKey: @ "222"],
[Defaults objectForKey: @ "333"],
[Defaults objectForKey: @ "444"],
[Defaults objectForKey: @ "555"]
The key value is the Identifier value in plist, which can be used in the program after it is obtained.
6. There are many key-value pairs in plist. I will not describe them one by one. You can set them to see the results. It is estimated that it will soon be clarified.
Last
Download Code: http://download.csdn.net/detail/xiao562994291/7759627
How can I set Yahoo cloud app as the default app for iOS?
Unfortunately, due to Apple's restrictions, we cannot set this application as the default weather application. Do you want to set this excellent application as the default application? Then you can try the strength of the jailbreak plug-in YahooWeatherisBetter! After installing this plug-in, you can access all the options of this plug-in from the setting application. However, there are not many options that you need to set. There are three main switch switches, one of them is for this plug-in, and the other is for the other two options. The two options are RerouteStockBulletin and RerouteStockIcon. If either of these two options is enabled, iOS will enable Yahoo by default when the user opens the weather application! Weather application, not Apple's standard Weather application. Unfortunately, when using Siri to query the weather, the result is still from Apple's native weather application, rather than Yahoo's weather application. We hope developers can further improve it in this regard.
How can I view the applications that are running on the iOS device background?
This is the easiest way. I believe most of you know that double-click Home to bring up the application switching bar. The following row of icons indicates the application that is currently running or has been running but has been cleared out of memory. The advantage of this method is that it is simple, but of course it is not accurate. As mentioned above, all applications that have been opened will be displayed in the application switching column, the default iOS does not show applications that are still in the memory or have been cleared out of the memory. Therefore, the application switching column shows that the currently running applications are unreliable. Non-jailbreaking users can use the free app DeviceStats to view and download an app named DeviceStats. There is a Processes in the app that lists all Processes currently running. The running process displayed by this application is relatively accurate. Unfortunately, it is slightly obscure and not intuitive to common users. The jailbreak user can use the top command or related plug-ins to check whether the jailbreak user can use more methods. 1. after connecting to the device through ssh, run the ps-ef command. 2. install the RunningIndicator plug-in to differentiate the currently running and out-of-Memory Applications. Add: If you think the preceding method is complicated, we recommend that you use the AppSwiper plug-in, it attaches various bubble labels to the running application. You can quickly close the application by clicking the App icon. For details, click to view