Like the question said.
I tried NSOperationQueues
but I am confused as to what to execute in the operation block. I tried the function reloadData
to load in the operation queue but all the UITableView
s appear at once.
I am using custom cells on the said UITableView
s.
TIA