Depression

Just because someone looks OK on the outside doesn’t mean they are OK on the inside. Depression affect lots of people and overcoming it can be hard. For tips and resources on doing this check out the depression page on the Tough Life website.

Read More

Dictionary Objects

NSMutableDictionary is a collection object similar to an array (NSArray).  However an NSArray is an ordered list you access using an index value.  Dictionary objects are not ordered and instead each object has a key (usually a string) which you use to access it. If you add an object to a dictionary using an existing […]

Read More