Skip to content

pls help lesson 5 on the image thing #50

Answered by Joeispro99
sendhelpp asked this question in Q&A - iOS
Discussion options

You must be logged in to vote

Firstly, you have an error on line 96. To resolve this issue, go to line 12 and put extra delegates like UINavigationControllerDelegate and UIImagePickerControllerDelegate.
class CollectionViewController: UICollectionViewController, UINavigationControllerDelegate, UIImagePickerControllerDelegate {

Secondly, the reason why you only see a white screen is because in the Photos array, you don't have a single element inside which means no photos to display, so there will be 0 collection view cells displayed and hence there will be a white screen.

Replies: 1 comment 7 replies

Comment options

You must be logged in to vote
7 replies
@granwyntan
Comment options

@Ethan-Chew
Comment options

@sendhelpp
Comment options

@sendhelpp
Comment options

@sendhelpp
Comment options

Answer selected by sendhelpp
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
4 participants