I have set up a Boolean preference in my settings bundle, it works great from that end. In the code part though, I don't know how to read that boolean value. I'm trying to create a setting that toggles the background music off and on. How do I do this after the point of properly creating the .plist?
Can anyone point me to a tutorial or just help me out?
I have set up a Boolean preference in my settings bundle, it works great from that end. In the code part though, I don't know how to read that boolean value. I'm trying to create a setting that toggles the background music off and on. How do I do this after the point of properly creating the .plist?
Can anyone point me to a tutorial or just help me out?
__________________
“Debugging is twice as hard as writing the code in the first place. Therefore, if you write the code as cleverly as possible, you are, by definition, not smart enough to debug it.” Anonymous