Ok, so I have a class that I want to add an NSnumberFormatter to, The problem is I want to be able to access the object from anywhere within my class. Unfortunately, I don't see how to allocate it on the heap without constantly overwriting constantly. I overwrite my init method, but Xcode still doesn't like me trying to access it.