Open tecexpert opened 8 years ago
I have the same problem
Any solution to this? I'm having the same issue!
Are you sure the view controller has already been loaded?
When the image property is set, the collectionview's reloadData
method is called. It could be that the collectionview hasn't been created yet.
Only set the images
property, after the viewDidLoad has been called (at that point all UI elements have been created).
Error in this line:
There is my po Log