Aleksandra

Results 4 comments of Aleksandra

Hey, any news here?

This is happening if you have at some moment numberOfItemsInSection = 0. I fixed this by adding "placeholder" cell every time the list is empty, and then numberOfItemsInSection = 1...

For example, when the screen is opened, the list is empty, the collection view's delegate and data source methods are called, then we get the list from the server and...

Here is sample of the class that is implementing this screen. It has two sections, top one for the profile information and second one, the posts. You can see the...