override init(collectionViewLayout layout: UICollectionViewLayout) { super.init(collectionViewLayout: layout) } convenience required init?(coder aDecoder: NSCoder) { let flowLayout = IndexLayOut() self.init(collectionViewLayout: flowLayout) }
override init(collectionViewLayout layout: UICollectionViewLayout) { super.init(collectionViewLayout: layout) } convenience required init?(coder aDecoder: NSCoder) { let flowLayout = IndexLayOut() self.init(collectionViewLayout: flowLayout) }
本文标题:无标题文章
本文链接:https://www.haomeiwen.com/subject/bscbkttx.html
网友评论