Open FoneG opened 4 months ago
Hey @FoneG ,
Sorry for the delay on this and thanks for your patience.
I tested here with the same content query and I wasn't able to reproduce it. I received the placeholder "No text found", given that for this query, we don't have content.
Could you provide us more details about it?
gridController.update()
after setting the content?GiphyGridController
? (params, calling the query, updating the view and etc)Thank you!
🐛 Bug Report
When using the following code to perform a search:
the method
-contentDidUpdateWithResultCount:error:
returns 43 results. However, none of these results are visible or clickable, and the screen remains blank. This behavior makes it impossible for users to understand the current state, as there is no indication that the search returned results.Expected Behavior: The search results should be displayed properly, or there should be an indication that no results are available if the search query returns empty.
Actual Behavior: The screen remains blank, and the results are not visible or clickable, making it confusing for users.
Environment:
['Giphy', '2.2.9']