CSSetting Class Reference

Inherits from NSObject
Declared in CSSettings.h

Overview

Each individual setting is stored in a CSSetting object with a name and a value.

  name

The name of a certain setting. All names are stored and documented as constants in CSSettings.h.

@property (copy) NSString *name

Declared In

CSSettings.h

  value

The value of a setting is always stored as a string. It can be used for storing number encoded values as strings. There are two special values

@property (copy) NSString *value

Discussion

kCSSettingYES and kCSSettingNO

These are strings that represent boolean values.

Declared In

CSSettings.h