4

I am trying to create a app preference so that users can store prefs.

In XCode I would click the "Settings Bundle" under New File.

How do I do this in MonoTouch?

Ian Vink
  • 66,960
  • 104
  • 341
  • 555

2 Answers2

7

Craig Dunn has a detailed post on using a MonoTouch Settings.bundle.

dommer
  • 19,610
  • 14
  • 75
  • 137
1

I haven't used MonoTouch, but a settings bundle is just a folder with a bunch of settings plists (and localizations) — no compilation involved. So just create the setting bundles in Xcode or other means, then drag that bundle into your MonoTouch app.

kennytm
  • 510,854
  • 105
  • 1,084
  • 1,005