Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

MonoTouch - Setting Bundle - iPhone

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?

like image 635
Ian Vink Avatar asked Feb 28 '23 19:02

Ian Vink


2 Answers

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

like image 85
dommer Avatar answered Mar 11 '23 01:03

dommer


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.

like image 26
kennytm Avatar answered Mar 11 '23 03:03

kennytm