Skip to content
KazukiOta edited this page Apr 20, 2019 · 11 revisions

Welcome to the Akikoma wiki!

とりあえず参考にしたページのリンクを貼りまくります。

よくあるエラー

2019-04-20 15:34:25.170770+0900 Akikoma[11818:706671] -[Akikoma.AkikomaEditViewController collectionView:numberOfItemsInSection:]: unrecognized selector sent to instance 0x7fb7a7d0b8c0
2019-04-20 15:34:25.174000+0900 Akikoma[11818:706671] *** Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '-[Akikoma.AkikomaEditViewController collectionView:numberOfItemsInSection:]: unrecognized selector sent to instance 0x7fb7a7d0b8c0'
  • ここで継承してなかったみたい。class AkikomaEditViewController: UIViewController, UICollectionViewDataSource, UICollectionViewDelegate, UICollectionViewDelegateFlowLayout {
Clone this wiki locally