convenience init()
across the framework prevents generic initialization of the components
#1085
Labels
convenience init()
across the framework prevents generic initialization of the components
#1085
All of the following convenience initializers that are defined for
UIView
subclasses are redundant.With or without it, we can create object of
UIView
and its subclasses. Adding it actually causes a problem for their use in generic initializationFor example
TextField()
.The text was updated successfully, but these errors were encountered: