There are some classes having class method and also instance method to initialize in IOS frameworks. In which case I need to use class method to initialize? I just know the objective will be autoreleased if I use class method. Somthing else? Please let me know.