I am using ListPlaceholder in Objective C but it's not working properly. I am using below code to display. ``` @import ListPlaceholder; [tableview reloadData]; [tableview showLoader]; ```
I am using ListPlaceholder in Objective C but it's not working properly.
I am using below code to display.