getting booleans out of plists
getting booleans out of plists
- Subject: getting booleans out of plists
- From: Aaron Tuller <email@hidden>
- Date: Wed, 19 Dec 2001 07:48:06 -0800
ok, so I made a nice plist for my app with the PropertyListEditor and
used Booleans but when I do a dictionaryWithFile on the file I made,
my boolean values are type NSCFBoolean. What can i do with that?
how can I turn that into a BOOL?
thanks for the help.
-aaron