Swift Thread 1: Fatal error: init(coder:) has not been implemented (Calling super solution doesn't work)
问题 Hey guys I have searched all around and still cannot find a solution to my problem. I have a custom class here : import UIKit /** DatasourceController is simply a UICollectionViewController that allows you to quickly create list views. In order to render our items in your list, simply provide it with a Datasource object. */ open class DatasourceController: UICollectionViewController, UICollectionViewDelegateFlowLayout { open let activityIndicatorView: UIActivityIndicatorView = { let aiv =