You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In my implementation, whenever I delete a row and the tableView will be empty, I call tableView.reloadEmptyDataSet() to show the empty data set background image.
The image appears but it doesn't fadeIn as when the app launches with a blank tableView, it just shows abruptly.
Is there a way to make it always fade in ?
The text was updated successfully, but these errors were encountered:
ivancantarino
changed the title
Changing the background image
Calling tableView.reloadEmptyDataSet() doesn't animate
Oct 20, 2019
Hello.
In my implementation, whenever I delete a row and the tableView will be empty, I call
tableView.reloadEmptyDataSet()
to show the empty data set background image.The image appears but it doesn't
fadeIn
as when the app launches with a blank tableView, it just shows abruptly.Is there a way to make it always fade in ?
The text was updated successfully, but these errors were encountered: