I am using Three20 for the iphone and I am trying to change what a method does within it by using a class category. It compiles fine, but I never reach the break point in it.
I'm assuming a class category affects all instances of the class, so I don't have to recompile the static library for it to work.
I also know that the class I'm using for the category is being seen because if I add a 'x' to the end of the class name when I interface and implement the category the compiler fails.
Any guidance here is VERY appreciated.