Being In Debt

Getting into debt affects many people from all sorts of backgrounds. It can be things like loans, credit cards, overdrafts, mortgages and can be caused by the simplest of things that are out of your control. Take a look at the dealing with debt page on Tough Life for more information.

Read More

Casting General

An example casing objects sent with an ID to the class they actually are NSInteger MyCompareFunction(id arg1, id arg2, void *arg3) { return [[(MyClassName *)arg1 SomeObjectInClass] compare: [(MyClassName *)arg2 SomeObjectInClass]]; }

Read More