Questions tagged [ios-settings-bundle]

9 questions
2
votes
0 answers

ios Settings Bundle creates 2 group headers when specifying only 1

I have created a Settings.bundle file in my iOS project. When I create the following group, it automatically creates another header above it called "App Settings" where App is the name of the Xcode Project. On my app, it creates a header above…
Sandy D.
  • 3,166
  • 1
  • 20
  • 31
2
votes
1 answer

Logout From application in application Settings

I want to logout from application using settings bundle. func application(_ application: UIApplication, didFinishLaunchingWithOptions launchOptions: [UIApplicationLaunchOptionsKey: Any]?) -> Bool { //enable_logout key for logout switch identifire…
ava
  • 1,148
  • 5
  • 15
  • 44
1
vote
1 answer

How to localize iOS settings bundle?

I added English string to title, what about other languages? Also how to auto generate Root strings files for current titles?
user924
  • 8,146
  • 7
  • 57
  • 139
0
votes
1 answer

Change the title string of a setting defined via iOS settings bundle at run time?

I'm working on an iPad application that allows users to log in using Touch ID. Also I've included a preference called "Touch ID" in application settings bundle where users can switch on/off that option to enable or disable Touch ID…
dm_mobile
  • 103
  • 1
  • 1
  • 7
0
votes
2 answers

How can I specify dark/light mode images for a slider in an iOS settings bundle?

I have a slider in my settings bundle, using the PSSliderSpecifier type. I use the MinimumValueImage and MaximumValueImage keys to provide images that appear to the left/right of the slider. However, as seen in the screenshots below, those images do…
Chris Vasselli
  • 13,064
  • 4
  • 46
  • 49
0
votes
0 answers

How to observe the event when the specific application settings value has been changed in swift 5?

My application has a multi value settings bundle option. I'd like to catch the event, when this setting has been changed. I found these possibilities, but I don't know what is the difference between them: UserDefaults.standard.addObserver(observer:…
0
votes
1 answer

Cannot Read Default Values from Settings Bundle Until Changed by User

In my iPhone app, I am using a settings bundle to store my app settings along with pre-defined default values. Included is, for instance, a toggle switch with the default set to true: Type
user3386180
0
votes
1 answer

Settings.bundle Localization Broken

A few weeks ago, I added a Settings bundle to my app and localized its entries following the awesome tutorial by Use Your Loaf. Back then, it was working without problem. Now I came back to my project after a few weeks, same Xcode version (9.3), and…
Nicolas Miari
  • 16,006
  • 8
  • 81
  • 189
-1
votes
1 answer

How to keep settings if app was reinstalled

If application has been reinstalled through xcode all kept settings are cleaned. How to avoid such behaviour? More detailed: An app has been installed, then I made changes in settings ( settings bundle) and they were stored. After I reinstalled the…
user2930077
  • 135
  • 2
  • 9