As we all know the inheritence hierarchy of UILabel
is:
UIView : UIResponder : NSObject
Now I want to change the UIView
in the hierarchy to my custom UIView
like:
CustomView: UIResponder : NSObject
So that all UILabels
in my app Will have my custom UIView
in their inheritence hierarchy.