unrecognized selector sent to instance 0x8c9a6d0

后端 未结 4 1022
你的背包
你的背包 2020-12-20 15:20

Can anyone tell me what is going on in this error code

[UIViewController collectionView:numberOfItemsInSection:]: unrecognized selector sent to instance 0x8c         


        
4条回答
  •  伪装坚强ぢ
    2020-12-20 16:03

    Put the protocols : UICollectionViewDelegate and UICollectionViewDataSource after UIViewController to access UICollectionView delegate methods.

提交回复
热议问题