Is there an iPhone SDK API that I can use to get the current wallpaper image? I would like to use this image in the game.
To my knowledge, there is currently no API that will allow you to do this.
There is no API for this, but you can download /User/Library/LockBackground.jpg with +[UIImage imageWithContentsOfFile:]
+[UIImage imageWithContentsOfFile:]
Note: this file will not exist if the user has not changed from the default wallpaper "globe"
API, App Store
[UIImage defaultDesktopImage]
Source: https://habr.com/ru/post/1704959/More articles:What is the difference between file stream in C and iostream in C ++? - c ++scriptaculous ajax autocomplete empty answer - prototypejsThe divisor for the string value for the Ajax response - ajaxДекларативно устанавливает свойство MyUserControl в MyUserControl.xaml - wpfWhy does Unity RegisterInstance <...> force Unity to return multiple instances? - unity-containerWPF - Создание пользовательского элемента ItemsControl - wpfCustom text box with watermarks behaves strangely - vb.netКак вы управляете файлами JAR Hibernate zillion - javaКаков наилучший способ оптимизации или "настройки" выражений LINQ? - optimizationmod_rewrite to check the service page, except for certain subdomains - ruby-on-railsAll Articles