super UICollectionViewCell에 대한 사용자 정의 클래스를 만들었습니다.UICollectionView XCode 사용자 정의 셀
"포인터 유형이 일치하지 않습니다"(cellForItemAtIndexPath : indexPath] 반환 UICollectionView 셀) 지금은
MyCollectionViewCell *itemView = [self.collectionView cellForItemAtIndexPath:indexPath];
를 호출 할 때 경고를 얻을.
어떻게 수정합니까?
MyCollectionViewCell의 기본 클래스는 무엇입니까? UICollectionViewCell이어야합니다. – raidfive
위의 메서드에서 호출 할 함수는 무엇입니까 ?? –