iOS – Usage of Category
Leave a reply
Category What is Category and why do we need this in iOS Development? First thing you need to know, Category is not a subclassing (Inheritance). Category is simply a concept of adding methods to your existing class. No need to create the instance of your category class as it will be called from your Main class instance. Continue Reading »