0

I'm creating an app where i need to create own app settings. These settings needs to be shown in a viewcontroller. i've created an settings.bundle how can i associate this with a viewcontroller? i've tried to follow different tutorials, but all cases they are being show under the iphone settings. if this is not possible how can i then achieve this?

rmaddy
  • 314,917
  • 42
  • 532
  • 579
user3837816
  • 119
  • 1
  • 9
  • Only available since iOS 8. See: http://stackoverflow.com/questions/24229422/accessing-the-settings-app-from-your-app-in-ios-8 – Zedenem Jul 24 '14 at 16:24
  • Well but what about big apps like tinder, snapchat and so on? do they create their own settings from a UITableView? – user3837816 Jul 24 '14 at 16:29
  • Well exactly. And if they have settings both in the iphone settings app and inside their app, it's duplicated... – Zedenem Jul 24 '14 at 16:34

1 Answers1

-1

Assuming you have implemented working tutorial code correctly, you will need to delete your app and reinstall it in order to access data from the settings bundle. Hope this helps!

Note: This is necessary if settings.bundle has just been added to your target.

JRJ
  • 65
  • 3