There are few ways to override methods in Objectiv-C. First lets define what overriding method means. Method overriding is a language feature in which a class can provide an implementation of a method that is already provided by one of its parent classes. Continue reading
Overriding methods in Objective-C
Leave a reply