Swift: Subclassing UITextView or UICollectionView and proper initialization
Question or problem in the Swift programming language: The problem with subclassing UITextView (and UICollectionView) is that designated constructor is “initWithFrame”. But in real life, when it loads from storyboard, initWithCoder will be called.
Continue Reading