简体   繁体   中英

FooterView not showing up in Storyboard UICollectionView

I am trying to put a footer view into my UICollectionView in Storyboard but when I click the footer view radio button, the image for the collection view updates but no views are added to the hierarchy as you can see in the image below. What am I missing?

在此处输入图片说明

After you check "Section Footer" checkbox (not radio button) Collection Reusable View item should appear inside Collection View hierarchy which is in the left panel. Now I am not seeing it at all in your panel. Something is wrong with your collection or your Xcode. For example in my XCode 7.2, when I check both header and footer checkboxes, collection view hierarchy looks like this:

在此处输入图片说明

在此处输入图片说明

Try to update your Xcode or create new storyboard file.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM