1

私が書いたカスタムフッターを備えたUICollectionViewがあります。

- (UICollectionReusableView*)collectionView:(UICollectionView *)collectionView viewForSupplementaryElementOfKind:(NSString *)kind atIndexPath:(NSIndexPath *)indexPath

{FooterViewControllerフッター=(FooterViewController)[collectionView dequeueReusableSupplementaryViewOfKind:UICollectionElementKindSectionFooter withReuseIdentifier:@ "CollectionViewFooter" forIndexPath:indexPath];

return footer;

}

フッターの内部にはUITextFieldがあります。CollectionViewViewControllerからその値にアクセスするにはどうすればよいですか?

4

0 に答える 0